Skip to content

Commit 324dc3a

Browse files
committed
swap _ for - in matrix.python-version
1 parent 1e47047 commit 324dc3a

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/ci-test.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,15 @@ jobs:
6868
python-version: ${{ matrix.python-version }}
6969
cache: 'pip'
7070

71-
- name: check file type of js
72-
run: grep js /etc/mime.types
73-
7471
- name: show matrix vars
7572
run: |
73+
echo 1. "${{ matrix.python-version }}"
74+
echo 2. "$PYTHON_VERSION"
75+
echo 3. "${{ matrix.os }}"
7676
env
77-
echo "${{ matrix.python_version }}"
78-
echo "$PYTHON_VERSION"
79-
echo "${{ matrix.os }}"
8077
8178
- name: test if statement
82-
if: matrix.python_version == '3.10' && matrix.os == 'ubuntu-latest'
79+
if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
8380
run: echo "I ran so far awaaay"
8481

8582
- name: test if statement os only

0 commit comments

Comments
 (0)