Skip to content

Commit

Permalink
CI: github CI runs as non-root (which is good)
Browse files Browse the repository at this point in the history
  • Loading branch information
zougloub committed Dec 16, 2023
1 parent 930fdd8 commit 33eb649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
python -m pip install -e .
- name: Install exempi deps
run: |
apt install -y libboost-test-dev
sudo apt install -y libboost-test-dev
- name: Install latest exempi
run: |
git clone https://gitlab.freedesktop.org/libopenraw/exempi
cd exempi
./autogen.sh
./configure
make
make install
sudo make install
cd ..
- name: Test with pytest
run: |
Expand Down

0 comments on commit 33eb649

Please sign in to comment.