Skip to content

Commit 934c5ae

Browse files
committed
Fix workflow
1 parent 8148ae5 commit 934c5ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ jobs:
2828
- name: Installation
2929
run: |
3030
python -m pip install --upgrade pip
31+
pip install pytest
3132
pip install .
3233
- name: Very basic CLI test
3334
run: |
3435
cite --help
3536
- name: Pytest
37+
run: |
3638
pytest tests
3739
3840
deploy-pypi:

0 commit comments

Comments
 (0)