Skip to content

Commit

Permalink
update ubuntu and python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ponceta authored Apr 16, 2024
1 parent 2455a6a commit 9d6088a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/interlis-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ on:
jobs:
interlis-tests:
name: Interlis-tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
suite: ["qgep", "qwat"]
postgis:
- postgis/postgis:13-3.2
- postgis/postgis:15-3.4
- postgis/postgis:12-3.0

steps:
- uses: actions/checkout@v2

- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9

- name: Install python deps
run: pip install -r requirements.txt
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:

name: Release to Pypi

runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

steps:

- uses: actions/checkout@master

- name: Set up Python 3.7
uses: actions/setup-python@v1
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.9

- name: Inject version name
run: sed -i "s/999\.dev0/${GITHUB_REF##*/}/" setup.py
Expand Down

0 comments on commit 9d6088a

Please sign in to comment.