Skip to content

Commit

Permalink
Use python 3.11 in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Nov 7, 2023
1 parent 66e1ef2 commit 41bf30b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
# required for `git describe --tags` to work
fetch-depth: 0


- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.11'

- name: Install dependencies
run: |
python3 -m pip install "conan<2"
Expand Down

0 comments on commit 41bf30b

Please sign in to comment.