Skip to content

Commit

Permalink
test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Jun 25, 2024
1 parent 4117e74 commit c6e825e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
timeout-minutes: 5
run: |
pip install versioneer[toml]==0.29
python -c "from conda.base.context import context; print(context.root_prefix)"
python -c "import os; print(os.path.abspath(os.path.join(os.environ[\"CONDA_EXE\"], \"..\", \"..\")))"
pip install . --no-deps --no-build-isolation
conda create -y -n py312 python=3.12.1
python -m unittest discover tests

0 comments on commit c6e825e

Please sign in to comment.