Skip to content

Commit

Permalink
Fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Gouache committed Dec 12, 2024
1 parent 976b678 commit ba41384
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/pack-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,15 @@ jobs:
with:
name: deb-${{ env.ID }}-${{ env.VERSION_CODENAME }}
path: artifacts
- name: Install Khiops core
run: |
apt-get update
apt-get install curl
- name: Download Khiops core
run: |
curl https://github.com/KhiopsML/khiops/releases/download/10.2.3/khiops-core-openmpi_10.2.3-1-${CODENAME}.amd64.deb --output artifacts/khiops-core.deb
- name: Install Khiops core
run: |
apt-get update
dpkg -i ./artifacts/khiops-core* || true
apt-get -f install -y
- name: Install driver
Expand Down
2 changes: 1 addition & 1 deletion conda/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ REM Create drivers installation directory
mkdir %PREFIX%\lib

REM Copy the libs for the driver package
copy build\windows-msvc-release\bin\khiopsdriver_file_gcs.dll %PREFIX%\lib
copy builds\conda\bin\khiopsdriver_file_gcs.dll %PREFIX%\lib

0 comments on commit ba41384

Please sign in to comment.