We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24fafb commit 1aa81ddCopy full SHA for 1aa81dd
2 files changed
.github/workflows/test.yml
@@ -54,7 +54,9 @@ jobs:
54
pip install --no-binary pykdtree pykdtree>=1.3.13
55
- name: Install OSMesa for Linux
56
if: matrix.config.os == 'ubuntu-latest'
57
- run: sudo apt-get install -y libosmesa6-dev
+ run: |
58
+ sudo apt update
59
+ sudo apt-get install -y libosmesa6-dev
60
61
- name: Install and Run Tests (without viewer)
62
if: matrix.config.os == 'windows-latest'
.github/workflows/test_and_release.yml
@@ -55,7 +55,9 @@ jobs:
- name: Install and Run Tests
63
run: |
0 commit comments