Skip to content

Commit

Permalink
💚 Fixed Github actions scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ferzcam committed Nov 18, 2024
1 parent cf098df commit 2b89c34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package_3_11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
environment-file: envs/environment_3_11.yml
auto-activate-base: false
channels: conda-forge
use-mambda: true
use-mamba: true
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package_3_12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
environment-file: envs/environment_3_12.yml
auto-activate-base: false
channels: conda-forge
use-mambda: true
use-mamba: true
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package_3_13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
environment-file: envs/environment_3_13.yml
auto-activate-base: false
channels: conda-forge
use-mambda: true
use-mamba: true
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 2b89c34

Please sign in to comment.