Skip to content

Commit

Permalink
Fix rpm test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Gouache committed Dec 13, 2024
1 parent 61380a2 commit 5c82873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pack-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
yum -y install curl
- name: Download and install Khiops core
run: |
curl -L https://github.com/KhiopsML/khiops/releases/download/10.2.3/khiops-core-${{ env.MPI_IMPLEMENTATION }}_10.2.3-1.${{ env.VERSION }}.x86_64.rpm --output ./khiops-core.rpm
curl -L https://github.com/KhiopsML/khiops/releases/download/10.2.3/khiops-core-${{ env.MPI_IMPLEMENTATION }}-10.2.3-1.${{ env.VERSION }}.x86_64.rpm --output ./khiops-core.rpm
yum install -y ./khiops-core*
- name: Download artifacts (driver package)
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 5c82873

Please sign in to comment.