From b3ff2aee68f8940fe792c06b50dd4c69d21f2467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Sat, 26 Apr 2025 03:03:08 +0300 Subject: [PATCH] update workflow --- .github/workflows/test_pip.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_pip.yml b/.github/workflows/test_pip.yml index bf35489..9f76dd1 100644 --- a/.github/workflows/test_pip.yml +++ b/.github/workflows/test_pip.yml @@ -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