Skip to content

Commit

Permalink
Changed env used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanobrunet committed Dec 3, 2024
1 parent f46191a commit 35fbee8
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 @@ -30,7 +30,7 @@ jobs:
channels: conda-forge,defaults
channel-priority: true
activate-environment: pzero-testing
environment-file: envs/std-environment.yml
environment-file: envs/pzero-env.yml
# python-version: 3.8.16
python-version: 3.8
auto-activate-base: false
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
channels: conda-forge,defaults
channel-priority: true
activate-environment: pzero-test
environment-file: envs/std-environment.yml
environment-file: envs/pzero-env.yml
# python-version: 3.8.16
python-version: 3.8
auto-activate-base: false
Expand Down

0 comments on commit 35fbee8

Please sign in to comment.