Skip to content

Commit

Permalink
fix up python installs
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Jul 14, 2023
1 parent fcc7cee commit d703d54
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
with:
environment-name: mda
create-args: >-
python==${{ matrix.python-version }}
python=${{ matrix.python-version }}
pip
condarc: |
channels:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gh-ci-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
environment-name: mda
create-args: >-
python=="3.11"
python=3.11
pip
condarc: |
channels:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
with:
environment-name: mda
create-args: >-
python=="3.11"
python=3.11
pip
condarc: |
channels:
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
with:
environment-name: mda
create-args: >-
python=="3.9"
python=3.9
pip
condarc: |
channels:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
with:
environment-name: mda
create-args: >-
python==${{ matrix.python-version }}
python=${{ matrix.python-version }}
pip
condarc: |
channels:
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
with:
environment-name: mda
create-args: >-
python=="3.9"
python=3.9
pip
condarc: |
channels:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
with:
environment-name: mda
create-args: >-
python=="3.9"
python=3.9
pip
condarc: |
channels:
Expand Down

0 comments on commit d703d54

Please sign in to comment.