Skip to content

Commit 5529774

Browse files
committed
add apt-get update
1 parent 1c46cfb commit 5529774

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
run: |
5050
python -m pip install --upgrade pip
5151
python -m pip install -e .[vtk,dask,pyside] -r test/requirements.txt
52+
sudo apt-get update
5253
sudo apt install libegl1
5354
5455
- name: Test with pytest
@@ -81,4 +82,4 @@ jobs:
8182
uses: actions/upload-artifact@v3
8283
with:
8384
name: python-packages
84-
path: dist
85+
path: dist

0 commit comments

Comments
 (0)