Skip to content

Commit

Permalink
change python version on CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
maksim committed Dec 18, 2023
1 parent 86df35d commit 324b67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: anaconda-client-env
python-version: 3.8.5
python-version: 3.9
auto-activate-base: True
- name: Install Dependencies and pyCP_APR
run: |
Expand Down

0 comments on commit 324b67f

Please sign in to comment.