Skip to content

Commit

Permalink
fixed indentation, removed matrix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nij-patel committed Mar 15, 2024
1 parent ce5ea32 commit 550853b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,14 @@ on:
jobs:
run-test-suite:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: '3.12'


steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Set up Python 3.12
- uses: actions/setup-python@v4
uses: actions/setup-python@v3
with:
python-version: 3.12
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 550853b

Please sign in to comment.