Skip to content

Commit

Permalink
temporarily use develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbarrett committed Nov 30, 2021
1 parent 52777f1 commit 87e709f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
env: [test]
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@develop
if: matrix.env == 'base'
with:
# using the base env is a bit different
Expand All @@ -81,7 +81,7 @@ jobs:
auto-update-conda: true
auto-activate-base: true
activate-environment: ''
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@develop
if: matrix.env != 'base'
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 87e709f

Please sign in to comment.