Skip to content

Commit

Permalink
[ci][actions] Hardcode Python version to 3.7 for miniconda setup
Browse files Browse the repository at this point in the history
  • Loading branch information
driazati committed Apr 26, 2022
1 parent 6846484 commit 034b81e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ runs:
environment-file: conda/build-environment.yaml
auto-activate-base: false
use-only-tar-bz2: true
python-version: 3.7
- name: Conda info
shell: pwsh
run: |
Expand Down

0 comments on commit 034b81e

Please sign in to comment.