Skip to content

Commit

Permalink
More fix attempts (segfaults!?)
Browse files Browse the repository at this point in the history
Try more python versions
  • Loading branch information
omad committed Dec 2, 2024
1 parent 3870f51 commit db7f64e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 58 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
main:
runs-on: ubuntu-latest
needs: ['lint']
strategy:
matrix:
python-version: ["3.10", "3.11", 3.12", "3.13"]
services:
# Label used to access the service container
postgres:
Expand Down Expand Up @@ -77,12 +80,12 @@ jobs:
with:
version: 0.5.5
enable-cache: 'true'
cache-suffix: 3.12
python-version: 3.12
cache-suffix: ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}

- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: ${{ matrix.python-version }}

- name: Config
id: cfg
Expand Down
55 changes: 0 additions & 55 deletions .github/workflows/test-conda-build.yml

This file was deleted.

0 comments on commit db7f64e

Please sign in to comment.