Skip to content

Commit

Permalink
update test architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Oct 10, 2024
1 parent 53c5e7f commit ac80707
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7, 3.10]
python-version: ["3.7", "3.10"]
os: [ubuntu-latest, macos-latest]

steps:
Expand All @@ -26,10 +26,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install dev dependancies
- name: Install dev dependencies
run: if [ -f requirements/requirements-dev.txt ]; then pip install -r requirements/requirements-dev.txt; fi

- name: Install test dependancies
- name: Install test dependencies
run: if [ -f requirements/requirements-test.txt ]; then pip install -r requirements/requirements-test.txt; fi

- name: Install package
Expand Down

0 comments on commit ac80707

Please sign in to comment.