Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Mar 1, 2024
1 parent a176394 commit bf0097d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- os: ubuntu-20.04
python-version: '3.9'
deps: minimal
pip-args: --constraint requirements/min_constraints.txt
fail-fast: false

concurrency:
Expand All @@ -49,7 +48,7 @@ jobs:

- run: |
python -m pip install --upgrade pip
python -m pip install -r requirements/dev.txt ${{ matrix.pip-args }}
python -m pip install -r requirements/dev.txt
- if: matrix.deps == 'minimal'
run: |
Expand Down
1 change: 0 additions & 1 deletion requirements/min_constraints.txt

This file was deleted.

0 comments on commit bf0097d

Please sign in to comment.