We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728da9c commit 93c21c5Copy full SHA for 93c21c5
.github/workflows/test.yml
@@ -35,7 +35,9 @@ jobs:
35
steps:
36
- uses: actions/checkout@v3
37
- name: Setup system dependencies
38
- run: sudo apt-get install binutils libproj-dev gdal-bin
+ run: |
39
+ sudo apt-get update
40
+ sudo apt-get install binutils libproj-dev gdal-bin
41
- name: Set up Python ${{ matrix.python-version }}
42
uses: actions/setup-python@v4
43
with:
@@ -56,7 +58,9 @@ jobs:
56
58
57
59
60
61
62
63
64
65
66
0 commit comments