Skip to content

Commit

Permalink
actions: install pytest on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
  • Loading branch information
noxdafox committed Sep 5, 2023
1 parent 2fc1626 commit 19754c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build CLIPSPy
run: |
python -m pip install --upgrade pip
pip install --upgrade cffi wheel
pip install --upgrade cffi wheel pytest
nmake /F Makefile.win
- name: Install CLIPSPy
run: |
Expand Down

0 comments on commit 19754c5

Please sign in to comment.