Skip to content

Commit

Permalink
Pin python version in conda to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
agunapal committed Mar 14, 2024
1 parent c6c761b commit 481d017
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/official_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
steps:
- name: Setup Conda
uses: s-weigand/setup-conda@v1
with:
activate-conda: true
update-conda: false
python-version: "3.9"
- name: Setup Anaconda
run: |
conda --version
Expand Down

0 comments on commit 481d017

Please sign in to comment.