Skip to content

Commit cdbb5d1

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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

0 commit comments

Comments
 (0)