Skip to content

Commit 58dcc92

Browse files
committed
fix env-py38.yaml
1 parent e48fbda commit 58dcc92

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
echo "env-name=${{ matrix.spec }}-${{ matrix.conda-env }}-${{ matrix.python-version }}" >> $GITHUB_OUTPUT
5959
echo "env-file=dev/env-${{ matrix.conda-env }}.yaml"
6060
echo "env-file=dev/env-${{ matrix.conda-env }}.yaml" >> $GITHUB_OUTPUT
61-
- shell: python
61+
- name: check on env-file
62+
shell: python
6263
run: |
6364
from pathlib import Path
6465
from pprint import pprint

dev/env-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
- pyright
3030
- pytest
3131
- pytest-cov
32-
# - python=3.9 # removed
32+
# - python=3.11 # removed
3333
- pytorch>=2.1,<3
3434
- requests
3535
- rich

dev/env-py38.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- imageio>=2.5
1414
- jupyter
1515
- jupyter-black
16-
- # keras>=3.0,<4 # removed
16+
# - keras>=3.0,<4 # removed
1717
- loguru
1818
- matplotlib
1919
- numpy

0 commit comments

Comments
 (0)