update workflow

This commit is contained in:
Deniz Şafak
2025-04-26 03:03:08 +03:00
parent 82996290bc
commit b3ff2aee68
+5 -2
View File
@@ -1,12 +1,15 @@
name: Install and run
run-name: Install and run
on: [ push, pull_request ]
on:
push:
pull_request:
workflow_dispatch:
jobs:
install-and-run:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.12']
runs-on: ${{ matrix.os }}
steps:
- name: Set up Python