Skip to content

Commit

Permalink
just python3 requirements now
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Mar 6, 2021
1 parent e3a5ab6 commit 5ba95ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements/python3.txt
pip install -r requirements.txt
- name: Test with pytest
env:
Expand Down

0 comments on commit 5ba95ac

Please sign in to comment.