Skip to content

Commit

Permalink
Disable os specific test
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrattli committed Feb 26, 2022
1 parent 7a7ccf5 commit 5284f3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pythonpackage.yml
Expand Up @@ -29,9 +29,7 @@ jobs:
- name: Install dependencies
run: |
pip install poetry
if [ "$RUNNER_OS" == "Windows" ]; then
poetry config installer.parallel false
if
poetry config installer.parallel false
poetry install
- name: Test with pytest
Expand Down

0 comments on commit 5284f3a

Please sign in to comment.