Skip to content

Commit

Permalink
remove matrix until back on self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
crerwin committed Nov 28, 2023
1 parent b252bda commit 63b303b
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
year:
- 2015
- 2017
- 2018
- 2020
- 2021
- 2022
# strategy:
# matrix:
# year:
# - 2015
# - 2017
# - 2018
# - 2020
# - 2021
# - 2022

steps:
- uses: actions/checkout@v3
Expand All @@ -27,5 +27,7 @@ jobs:
pip install poetry
poetry install
- name: Unit tests
# run: |
# poetry run pytest tests/test_${{ matrix.year }}*
run: |
poetry run pytest tests/test_${{ matrix.year }}*
poetry run pytest

0 comments on commit 63b303b

Please sign in to comment.