Skip to content

Commit

Permalink
Remove pip --pre
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Dec 12, 2023
1 parent fc158c1 commit 40f7095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:

- name: Install the Python dependencies
run: |
pip install --pre -e ".[test]"
pip install -e ".[test]"
- name: List installed packages
run: |
Expand Down

0 comments on commit 40f7095

Please sign in to comment.