Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 63d61aa

Browse files
committed
testing a theory with a conditional version of ubuntu
1 parent c2b961c commit 63d61aa

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/unittest.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
name: unittest
66
jobs:
77
unit:
8-
# Use `ubuntu-latest` runner.
9-
runs-on: ubuntu-latest
8+
# Use `ubuntu-22.04` runner.
9+
runs-on: ubuntu-22.04
1010
strategy:
1111
matrix:
1212
python: ['3.9', '3.11', '3.12', '3.13', '3.14']
@@ -22,7 +22,6 @@ jobs:
2222
python -m pip install --upgrade setuptools pip wheel
2323
python -m pip install nox
2424
- name: Install GDAL and Arrow
25-
if: matrix.python != '3.14'
2625
run: |
2726
sudo apt-get update
2827
sudo apt-get install -y -V ca-certificates lsb-release wget software-properties-common

0 commit comments

Comments
 (0)