diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 37616dd38..f96e5b45e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,6 +73,7 @@ jobs: - uses: mamba-org/setup-micromamba@v1 with: environment-file: conda-envs/windows-environment-test.yml + micromamba-version: "1.5.10-0" # Until https://github.com/mamba-org/mamba/issues/3467 is not fixed create-args: >- python=${{matrix.python-version}} environment-name: pymc-experimental-test diff --git a/pymc_experimental/version.txt b/pymc_experimental/version.txt index d917d3e26..b1e80bb24 100644 --- a/pymc_experimental/version.txt +++ b/pymc_experimental/version.txt @@ -1 +1 @@ -0.1.2 +0.1.3