Skip to content

Commit

Permalink
Pin conda to 4.10
Browse files Browse the repository at this point in the history
Revert when conda/conda-build#4333 is resolved
and released!
  • Loading branch information
ovidner committed Nov 23, 2021
1 parent 4f5b3bf commit d36eb1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
channels: ovidner,conda-forge,defaults
channel-priority: strict
python-version: 3.9
- run: conda install -y conda-build conda-verify
- run: conda install -y conda=4.10 conda-build conda-verify
- name: Retrieve the source code
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
channels: ovidner,conda-forge,defaults
channel-priority: strict
python-version: 3.9
- run: conda install -y conda-build conda-verify
- run: conda install -y conda=4.10 conda-build conda-verify
- name: Download the build artifacts
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit d36eb1f

Please sign in to comment.