We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcca2d6 commit 4d33c17Copy full SHA for 4d33c17
.github/workflows/python-mamba.yml
@@ -10,7 +10,8 @@ concurrency:
10
11
jobs:
12
test:
13
- name: test (Python ${{ matrix.python-version }}, ${{ matrix.os }})
+# name: test (Python ${{ matrix.python-version }}, ${{ matrix.os }})
14
+ name: test (env file ${{ matrix.environment-files }}, ${{ matrix.os }})
15
runs-on: ${{ matrix.os }}
16
strategy:
17
matrix:
0 commit comments