Skip to content

Commit 7b33b71

Browse files
committed
fix workflow
1 parent 39439b4 commit 7b33b71

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/expander.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@ jobs:
1515
uses: actions/setup-python@v2
1616
with:
1717
python-version: ${{ matrix.python-version }}
18-
- name: expander_test.py
18+
- name: Set up pytest
19+
run: |
20+
python -m pip install --upgrade pip
21+
pip install --user pytest
22+
- name: Run test_expander.py
1923
run: pytest

0 commit comments

Comments
 (0)