From 96f15f262ddb7264598f475c6ee79a67e0541857 Mon Sep 17 00:00:00 2001 From: Tove Rumar Date: Wed, 10 Jul 2024 11:22:36 +0200 Subject: [PATCH] Run tests with python 3.10 --- .github/workflows/crazylab-mac-lib-experiment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crazylab-mac-lib-experiment.yml b/.github/workflows/crazylab-mac-lib-experiment.yml index 481f56b..06a9a5f 100644 --- a/.github/workflows/crazylab-mac-lib-experiment.yml +++ b/.github/workflows/crazylab-mac-lib-experiment.yml @@ -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