Skip to content

Commit

Permalink
actions: further fixes
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 3a20a9c commit 4ff9121
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,12 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade cffi wheel delocate
- name: Build and install CLIPSPy
- name: Build and install CLIPS
run: |
make install-clips
- name: Build CLIPSPy
run: |
make clipspy
- name: Repair wheels
run: |
for whl in $(ls dist | grep .whl); do
Expand Down

0 comments on commit 4ff9121

Please sign in to comment.