diff --git a/.github/workflows/dev_envs.yml b/.github/workflows/dev_envs.yml index 6a380797c6..3d67651783 100644 --- a/.github/workflows/dev_envs.yml +++ b/.github/workflows/dev_envs.yml @@ -46,7 +46,7 @@ jobs: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('environment.yml') }} - name: setup conda - uses: conda-incubator/setup-miniconda@e23d871804685e8c52189e5bd45e9145019f10af + uses: conda-incubator/setup-miniconda@35d1405e78aa3f784fe3ce9a2eb378d5eeb62169 with: auto-update-conda: true python-version: 3.9 diff --git a/setup.cfg b/setup.cfg index 08b3896e94..c751034ad3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,7 +56,7 @@ where = src # this syntax may change in the future [options.extras_require] test = - pytest~=6.2.4 + pytest>=6.2.4,<7.2.0 pytest-cov~=2.12 recommonmark hypothesis