Skip to content

Commit

Permalink
Update test environment (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Jan 8, 2025
1 parent 1e13371 commit 373f101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
pip install versioneer[toml]==0.29
pip install . --no-deps --no-build-isolation
conda create -y -n py312 python=3.12.1 conda=24.7.1 executorlib=0.0.5
conda create -y -n py312 python=3.12.1 conda=24.11.2 executorlib=0.0.7
conda activate py312
pip install versioneer[toml]==0.29
pip install . --no-deps --no-build-isolation
Expand Down

0 comments on commit 373f101

Please sign in to comment.