Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Print some version info
Browse files Browse the repository at this point in the history
  • Loading branch information
jonafato committed Nov 6, 2023
1 parent 630898b commit 6f1ef21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
# attrdict3 is a prerequisite for installing from source.
# This is currently a requirement for installing wxPython for Python 3.11.
python -m pip install attrdict3
which pip
pip --version
python -m pip --version
python -m pip install -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 -r requirements.txt
Expand Down

0 comments on commit 6f1ef21

Please sign in to comment.