Skip to content

Commit 4d33c17

Browse files
finally working
1 parent dcca2d6 commit 4d33c17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-mamba.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ concurrency:
1010

1111
jobs:
1212
test:
13-
name: test (Python ${{ matrix.python-version }}, ${{ matrix.os }})
13+
# name: test (Python ${{ matrix.python-version }}, ${{ matrix.os }})
14+
name: test (env file ${{ matrix.environment-files }}, ${{ matrix.os }})
1415
runs-on: ${{ matrix.os }}
1516
strategy:
1617
matrix:

0 commit comments

Comments
 (0)