Skip to content

Commit

Permalink
I was a little too bash script for powershell :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianTremblay committed Feb 23, 2021
1 parent 8ffeea9 commit 9dbdc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -r requirements.txt
pip install .
- name: Test with pytest
run: |
Expand Down

0 comments on commit 9dbdc91

Please sign in to comment.