Skip to content

Commit

Permalink
Try to fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Feb 20, 2024
1 parent 8b83abd commit 9ad5194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: |
pip install --upgrade pip
pip install '.[dev]' --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple
pip install --ignore-installed '.[tests]'
pip install --force-reinstall '.[tests]'
pip install coverage coveralls
- name: mypy
run: |
Expand Down

0 comments on commit 9ad5194

Please sign in to comment.