Skip to content

Commit

Permalink
migrate to unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanahiro committed May 29, 2024
1 parent e63baa1 commit 16906de
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 @@ -28,7 +28,7 @@ jobs:
- name: Export requirements.txt
run: |
pip3 install poetry
poetry export --with dev --without pyqt5 -f requirements.txt -o requirements.txt
poetry export --with dev -f requirements.txt -o requirements.txt
- name: Docker pull and create qgis-testing-environment
run: |
Expand Down

0 comments on commit 16906de

Please sign in to comment.