Skip to content

Commit

Permalink
Try pip with actions/setup-python@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
chris2511 committed Apr 26, 2024
1 parent bb32e30 commit 03371ad
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,15 @@ jobs:
runs-on: ${{matrix.runs}}

steps:
- name: Install Python 3.10
uses: actions/setup-python@v2
with:
python-version: "3.10"

- name: Install Sphinx
run: pip3 install sphinx
run: |
python -m pip install --upgrade pip
pip install sphinx
- name: Install Qt
uses: jurplel/install-qt-action@v3
Expand Down

0 comments on commit 03371ad

Please sign in to comment.