Skip to content

Commit

Permalink
Set correct python version on testing file
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanobrunet committed Dec 3, 2024
1 parent b39b7c9 commit a6f4055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/class_refactoring_pyside6-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
activate-environment: pzero-testing
environment-file: envs/pzero-env.yml
# python-version: 3.8.16
python-version: 3.8
python-version: 3.12
auto-activate-base: false

- name: Check Conda Dependencies
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
activate-environment: pzero-test
environment-file: envs/pzero-env.yml
# python-version: 3.8.16
python-version: 3.8
python-version: 3.12
auto-activate-base: false

- name: Check Conda Dependencies
Expand Down

0 comments on commit a6f4055

Please sign in to comment.