Skip to content

Commit

Permalink
chore: remove workaround fix on ci tests
Browse files Browse the repository at this point in the history
qgis/QGIS#50729 is now fixed. So tests should
work without this deticated requirements.txt.
  • Loading branch information
LKajan committed Mar 13, 2023
1 parent 6f36d65 commit 2f8c29f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 207 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: |
pip3 install virtualenv && virtualenv .venv --system-site-packages
- run: |
.venv/bin/pip3 install -q -r requirements-ci.txt --no-deps --only-binary=:all:
.venv/bin/pip3 install -q -r requirements.txt --no-deps --only-binary=:all:
.venv/bin/pip3 install . --no-deps
- run: |
.venv/bin/pytest
Expand Down
39 changes: 0 additions & 39 deletions requirements-ci.in

This file was deleted.

167 changes: 0 additions & 167 deletions requirements-ci.txt

This file was deleted.

0 comments on commit 2f8c29f

Please sign in to comment.