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 62485d1 commit 1899416
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,11 @@ jobs:
python3 -m pip install .
python3 -m pip install -r requirements-test.txt
python3 -m pip install -r requirements-doc.txt
- name: print versions
- name: tmp
run: |
python3 -m psidialogs.cli.print_backend_version wxpython --debug
- name: print versions
run: |
python3 -m psidialogs.check.versions --debug
- name: Test with pytest
run: |
Expand Down
1 change: 1 addition & 0 deletions psidialogs/cli/print_backend_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ def main(backend):
log.warning(e)
v = ""
print(v)
exit(0)

0 comments on commit 1899416

Please sign in to comment.