Skip to content

Commit

Permalink
fix: update the action file
Browse files Browse the repository at this point in the history
  • Loading branch information
CaibinSh committed May 23, 2024
1 parent 23ed4a7 commit 3d35a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-conda-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
max-parallel: 5
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
- name: Set up Python 3.12.3
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: 3.12.3
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
Expand Down

0 comments on commit 3d35a36

Please sign in to comment.