Skip to content

Commit

Permalink
Update build_flake_pytest_ubuntu2004.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwright authored Nov 29, 2023
1 parent 24850ef commit 5f69de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_flake_pytest_ubuntu2004.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Ubuntu python 2.7
if: matrix.python == '2.7'
if: matrix.python-version == '2.7'
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends python2 python2-dev python3-virtualenv
Expand Down

0 comments on commit 5f69de4

Please sign in to comment.