Skip to content

Commit f5207a7

Browse files
committed
ci: upgraded to use environment.yml
1 parent a876996 commit f5207a7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-sphinx-no-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: mamba-org/setup-micromamba@v1
1717
with:
1818
generate-run-shell: true
19-
environment-file: requirements.yml
19+
environment-file: environment.yml
2020
create-args: >-
2121
python=3.10
2222
pillow

.github/workflows/build-sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: mamba-org/setup-micromamba@v1
1717
with:
1818
generate-run-shell: true
19-
environment-file: requirements.yml
19+
environment-file: environment.yml
2020
create-args: >-
2121
python=3.9
2222
pillow

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: mamba-org/setup-micromamba@v1
2828
with:
2929
generate-run-shell: true
30-
environment-file: requirements.yml
30+
environment-file: environment.yml
3131
create-args: >-
3232
python=${{ matrix.python-version }}
3333

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: mamba-org/setup-micromamba@v1
2020
with:
2121
generate-run-shell: true
22-
environment-file: requirements.yml
22+
environment-file: environment.yml
2323
create-args: >-
2424
python=3.10
2525

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- python = 3.10
6+
- python <= 3.9
77
- pip
88
- numpy
99
- pandas

0 commit comments

Comments
 (0)