Skip to content

Commit

Permalink
Updated GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
keyaloding authored Aug 27, 2024
1 parent 2bc3d52 commit d8bc3cc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.8"

- name: Install dependencies
run: |
Expand All @@ -54,15 +54,12 @@ jobs:
# Tests with pytest
tests:
timeout-minutes: 15
timeout-minutes: 40
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-14"]
python: ["3.8", "3.12"]
exclude:
- os: "macos-14"
python: "3.8"
python: ["3.8"]

name: Tests (${{ matrix.os }}, Python ${{ matrix.python }})
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit d8bc3cc

Please sign in to comment.