Skip to content

Commit

Permalink
github: explicitly install setuptools
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
  • Loading branch information
noxdafox committed Dec 9, 2023
1 parent 6a66397 commit 6d10327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 pytest
pip install --upgrade cffi wheel pytest setuptools
nmake /F Makefile.win
- name: Install CLIPSPy
run: |
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade cffi wheel delocate pytest
pip install --upgrade cffi wheel delocate pytest setuptools
- name: Build and install CLIPS
run: |
make install-clips
Expand Down

0 comments on commit 6d10327

Please sign in to comment.