diff --git a/.github/workflows/unittests_old.yml b/.github/workflows/unittests_old.yml index c192dd4..328aaf8 100644 --- a/.github/workflows/unittests_old.yml +++ b/.github/workflows/unittests_old.yml @@ -27,4 +27,5 @@ jobs: run: | pip install versioneer[toml]==0.29 pip install . --no-deps --no-build-isolation + conda create -y -n py312 python=3.12.1 python -m unittest discover tests \ No newline at end of file