Skip to content

Commit

Permalink
Fix build issue on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Nov 7, 2023
1 parent 14b969e commit c5e54ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ 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 c5e54ab

Please sign in to comment.