Skip to content

Commit

Permalink
Update test_pip_version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
r-trimbour authored Oct 16, 2024
1 parent a3b7d2e commit 7310338
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_pip_version.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Tests Python|OS grid
name: Tests Python|ubuntu grid

on: [push, pull_request]

jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] # Testing on Python 3.8 to 3.13
os: [ubuntu-latest] #, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] #, "3.13"] # Testing on Python 3.8 to 3.13
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
Expand Down

0 comments on commit 7310338

Please sign in to comment.