Skip to content

Commit 3f5044b

Browse files
committed
[WIP] testing conda test env
1 parent 28dcdc1 commit 3f5044b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/pytest.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
matrix:
2525
os: [ ubuntu, ] # macos, windows] # Only Linux currently.
2626
case:
27-
- python-version: 3.10
27+
- python-version: '3.10'
2828
name: basic
2929
os: ubuntu
3030

3131
env:
3232
DISPLAY: ':99.0'
3333
PYVISTA_OFF_SCREEN: 'True'
34-
ALLOW_PLOTTING: true
34+
ALLOW_PLOTTING: false
3535
SHELLOPTS: 'errexit:pipefail'
3636
OS: ${{ matrix.case.os }}
3737
PYTHON: ${{ matrix.case.python-version }}
@@ -54,6 +54,7 @@ jobs:
5454
5555
- name: Install dependencies
5656
run: |
57+
wait 30
5758
conda install gdal aesara pymc -c conda-forge
5859
python -m pip install --upgrade pip
5960
pip install -r dev-requirements.txt
@@ -74,14 +75,14 @@ jobs:
7475
matrix:
7576
os: [ ubuntu, ] # macos, windows] # Only Linux currently.
7677
case:
77-
- python-version: 3.10
78+
- python-version: '3.10'
7879
name: basic
7980
os: ubuntu
8081

8182
env:
8283
DISPLAY: ':99.0'
8384
PYVISTA_OFF_SCREEN: 'True'
84-
ALLOW_PLOTTING: true
85+
ALLOW_PLOTTING: false
8586
SHELLOPTS: 'errexit:pipefail'
8687
OS: ${{ matrix.case.os }}
8788
PYTHON: ${{ matrix.case.python-version }}

0 commit comments

Comments
 (0)