Skip to content

Commit

Permalink
Install versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Sep 8, 2024
1 parent 86e6e8a commit b17228b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
pip install . --no-deps --no-build-isolation
conda create -y -n py312 python=3.12.1
conda activate py312
pip install versioneer[toml]==0.29
pip install . --no-deps --no-build-isolation
conda deactivate
python -m unittest discover tests

0 comments on commit b17228b

Please sign in to comment.