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 c1794be commit 6310e89Copy full SHA for 6310e89
.github/workflows/test.yml
@@ -49,7 +49,9 @@ jobs:
49
steps:
50
- uses: actions/checkout@v3
51
- name: Setup system dependencies
52
- run: sudo apt-get install binutils libproj-dev gdal-bin
+ run: |
53
+ sudo apt-get update
54
+ sudo apt-get install binutils libproj-dev gdal-bin
55
- name: Set up Python ${{ matrix.python-version }}
56
uses: actions/setup-python@v4
57
with:
@@ -76,7 +78,9 @@ jobs:
76
78
77
79
80
81
82
83
84
85
86
0 commit comments