Skip to content

Commit

Permalink
tmp: set mamba and python version
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanJamesLew committed Mar 11, 2024
1 parent 24467b4 commit 845355c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.9
mamba-version: "*"
channels: conda-forge,defaults
miniconda-version: "latest"
- uses: actions/setup-python@v5
- name: Install dependencies
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.9
mamba-version: "*"
channels: conda-forge,defaults
miniconda-version: "latest"
- name: Set up Python 3.9
uses: actions/setup-python@v5
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.9
mamba-version: "*"
channels: conda-forge,defaults
miniconda-version: "latest"
- name: Set up Python 3.9
uses: actions/setup-python@v5
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.9
mamba-version: "*"
channels: conda-forge,defaults
miniconda-version: "latest"
- name: Set up Python 3.9
uses: actions/setup-python@v5
Expand Down

0 comments on commit 845355c

Please sign in to comment.