Skip to content

Commit

Permalink
python3
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote authored Apr 10, 2024
1 parent 2380462 commit 24300a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
- name: Install pip
run: |
VENV=$(mktemp -d)
python -m venv $VENV
python3 -m venv $VENV
if [ -f $VENV/Scripts/activate ]; then
. $VENV/Scripts/activate
else
. $VENV/bin/activate
fi
python -m pip install -U pip setuptools
python3 -m pip install -U pip setuptools
- name: Install pip dependencies
run: |
Expand Down

0 comments on commit 24300a6

Please sign in to comment.