Skip to content

Commit

Permalink
run ci for latest python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeirojose committed Feb 20, 2024
1 parent b6ea1b6 commit 6499249
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ on:
workflow_dispatch:
pull_request:
push:
branches: main # Comment this line if you want to test the CI before opening a PR
branches: main

jobs:
ci:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
timeout-minutes: 10

steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -22,7 +24,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version-file: ${{ github.workspace }}/.python-version
python-version: ${{ matrix.python-version }}
cache: poetry
cache-dependency-path: poetry.lock

Expand Down
1 change: 0 additions & 1 deletion .python-version

This file was deleted.

0 comments on commit 6499249

Please sign in to comment.