Skip to content

Commit

Permalink
Ci tweaks (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaramadze authored Jul 29, 2024
1 parent 2167b1b commit 23a5882
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: 'CI'

on:
push:
pull_request:


Expand All @@ -22,7 +21,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python ${{ matrix.python }}
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.8
Expand All @@ -43,7 +42,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
python: [ 3.8 ]
python: [3.8, 3.12]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 23a5882

Please sign in to comment.