Skip to content

Commit

Permalink
Install Python after Qt
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed Aug 2, 2024
1 parent 7cb4846 commit 51e9c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-fmusim-gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: python -m pip install fmpy requests
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
Expand All @@ -24,6 +23,7 @@ jobs:
target: 'desktop'
arch: 'win64_msvc2019_64'
modules: 'qtpositioning qtwebchannel qtwebengine'
- run: python -m pip install fmpy requests
- run: python fmusim-gui/build/build_cvode.py
- run: python fmusim-gui/build/build_libxml2.py
- run: python fmusim-gui/build/build_zlib.py
Expand Down

0 comments on commit 51e9c33

Please sign in to comment.