Skip to content

Commit

Permalink
MAINT: update sde toolkit to 9.0, fix download link
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip authored and charris committed Oct 2, 2022
1 parent adc72b2 commit 99319b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install Intel SDE
run: |
curl -o /tmp/sde.tar.bz2 https://www.intel.com/content/dam/develop/external/us/en/documents/downloads/sde-external-8.69.1-2021-07-18-lin.tar.bz2
mkdir /tmp/sde && tar -xvf /tmp/sde.tar.bz2 -C /tmp/sde/
curl -o /tmp/sde.tar.xz https://downloadmirror.intel.com/732268/sde-external-9.7.0-2022-05-09-lin.tar.xz
mkdir /tmp/sde && tar -xvf /tmp/sde.tar.xz -C /tmp/sde/
sudo mv /tmp/sde/* /opt/sde && sudo ln -s /opt/sde/sde64 /usr/bin/sde
- name: Install dependencies
run: python -m pip install -r test_requirements.txt
Expand Down

0 comments on commit 99319b9

Please sign in to comment.