Skip to content

Commit

Permalink
python3
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Mar 20, 2024
1 parent 5878123 commit 35c0bbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:

- name: Install dependencies
run: |
python -m pip install -U pip
python -m pip install -U pytest
python -m pip install -U tqdm
python -m pip install -vvv coverage>=7.4.2
python3 -m pip install -U pip
python3 -m pip install -U pytest
python3 -m pip install -U tqdm
python3 -m pip install -vvv coverage>=7.4.2
- name: Test
run: |
Expand Down

0 comments on commit 35c0bbc

Please sign in to comment.