Skip to content

Commit

Permalink
Update continuous-integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpagnon authored Feb 15, 2024
1 parent ce0875a commit 8436d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Build on Win-MacOS-Ubuntu with Python 3.8-3.12
name: Build on Win-MacOS-Ubuntu with Python 3.8-3.121

on:
push:
Expand All @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
include:
- os: ubuntu-latest
path: ~/.cache/pip
Expand Down

0 comments on commit 8436d0c

Please sign in to comment.