Skip to content

Commit

Permalink
fixup! fixup! TST: use uv pip compile to keep minimal deps in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Mar 1, 2024
1 parent 4cd9cf4 commit 2be909c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- run: python -m pip install --upgrade pip
- run: |
python -m pip install --upgrade pip
python -m pip install -r requirements/dev.txt
- if: matrix.deps == 'minimal'
run: |
Expand All @@ -56,7 +58,6 @@ jobs:
- name: Build
run: |
python -m pip install -e .
python -m pip install -r requirements/dev.txt
- run: python -m pip list

Expand Down
3 changes: 1 addition & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ pyqt5>=5.12
pytest>=4.6.0
pytest-cov
pytest-mpl
readme_renderer[md]
viscm>=0.10
viscm>=0.9

0 comments on commit 2be909c

Please sign in to comment.