зеркало из https://github.com/microsoft/torchgeo.git
Get tests working on Linux
This commit is contained in:
Родитель
6df3496d6a
Коммит
f7500b9295
|
@ -39,6 +39,9 @@ jobs:
|
|||
~\AppData\Local\pip\Cache # Windows
|
||||
key: ${{ runner.os }}-python-${{ matrix.python-version }}-${{ hashFiles('requirements.txt') }}
|
||||
restore-keys: ${{ runner.os }}-python-${{ matrix.python-version }}-
|
||||
- name: Install apt dependencies
|
||||
run: sudo apt-get install unrar
|
||||
if: ${{ runner.os == 'Linux' }}
|
||||
- name: Install conda
|
||||
uses: conda-incubator/setup-miniconda@v2
|
||||
with:
|
||||
|
|
Загрузка…
Ссылка в новой задаче