Skip to content

Commit

Permalink
Run tests with python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ToveRumar committed Jul 10, 2024
1 parent 48d205b commit 96f15f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crazylab-mac-lib-experiment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Setup python environment
run: |
$(brew --prefix)/bin/python3.12 -m venv venv
$(brew --prefix)/bin/python3.10 -m venv venv
source venv/bin/activate
- name: Install pytest
run: venv/bin/pip install pytest
Expand Down

0 comments on commit 96f15f2

Please sign in to comment.