Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
ponty committed Dec 17, 2023
1 parent 8691546 commit a31b688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ jobs:
pip install pyqt5 wxpython easygui pywin32
- name: pip install
run: |
python3 -m psidialogs.cli.print_backend_version wxpython --debug
python3 --version
# python3 -m pip install pillow
python3 -m pip install .
python3 -m pip install -r requirements-test.txt
python3 -m pip install -r requirements-doc.txt
- name: print versions
run: |
python3 -m psidialogs.cli.print_backend_version wxpython --debug
python3 -m psidialogs.check.versions --debug
- name: Test with pytest
run: |
Expand Down

0 comments on commit a31b688

Please sign in to comment.