Skip to content

Commit

Permalink
Remove 'if' for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
technige committed Oct 13, 2021
1 parent 0cbba33 commit ddc515e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wintest-neo43-py35+.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
python -m pip install --upgrade pip wheel
pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip
if exist requirements.txt pip install -r requirements.txt
pip install -r requirements.txt
- name: Perform legal checks
run: bin/check-legal
Expand Down

0 comments on commit ddc515e

Please sign in to comment.