Skip to content

Commit

Permalink
only test 3.9 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Jun 26, 2024
1 parent 6ad42e1 commit 1917b2a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,15 @@ on:
jobs:
pre-commit:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10"]
outputs:
pytest-files: ${{ steps.find-test-files.outputs.pytest-files }}

steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: "3.9"
cache: "pip"
- name: Install Dependencies
run: |
Expand Down

0 comments on commit 1917b2a

Please sign in to comment.