Skip to content

Commit

Permalink
ci: fix windows pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jun 26, 2024
1 parent 1f01b11 commit 667ac26
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@ jobs:
# show installed packages
pip freeze
- name: Start application and print version
env:
# Display must be available globally for linux to know where xvfb is
QT_DEBUG_PLUGINS: 1
run: |
QT_DEBUG_PLUGINS=1 python -m dckit --version
python -m dckit --version
- name: Test with pytest
run: |
coverage run --source=dckit -m pytest tests
Expand Down

0 comments on commit 667ac26

Please sign in to comment.