Skip to content

Commit

Permalink
Try to fix wheel installation
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Aug 23, 2023
1 parent 862a0ab commit 5ac3679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assemble-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Generate CDR files
shell: bash
run: |
pip3 install RACK/cli/wheels/*.whl
pip3 install --no-dependencies RACK/cli/wheels/*.whl
tar xfz RACK/rack-box/files/semtk.tar.gz semtk-opensource/standaloneExecutables/target/standaloneExecutables-jar-with-dependencies.jar
RACK/nodegroups/generate-cdrs.sh semtk-opensource/standaloneExecutables/target/standaloneExecutables-jar-with-dependencies.jar
Expand Down

0 comments on commit 5ac3679

Please sign in to comment.