Skip to content

Commit

Permalink
Add quadprog install dependency in env update action
Browse files Browse the repository at this point in the history
  • Loading branch information
lrzpellegrini committed Jan 26, 2024
1 parent 8f45487 commit 9b5db98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/environment-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: install opencv dependency libs
- name: install opencv and quadprog dependency libs
env:
DEBIAN_FRONTEND: "noninteractive"
TZ: "Etc/UTC"
run: |
apt-get update &&
apt-get install ffmpeg libsm6 libxext6 -y
apt-get install ffmpeg libsm6 libxext6 build-essential -y
- name: install conda environment
run: |
mamba create -n avalanche-env -y -v python=${{ matrix.python-version }} -c conda-forge &&
Expand Down

0 comments on commit 9b5db98

Please sign in to comment.