Skip to content

Commit

Permalink
Fix testing with Python 2.7 and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Sep 13, 2023
1 parent 74fcd32 commit 6feca1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Install package
run: |
pip install .
pip install --user .
- name: Test
run: |
Expand Down

0 comments on commit 6feca1a

Please sign in to comment.