Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michplunkett committed Dec 24, 2023
1 parent def1372 commit b6ceb7b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ jobs:
- uses: actions/checkout@v3
- name: Run tests
run: make test
requirements:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.11" ]
steps:
- uses: actions/checkout@v3
- name: Validate requirements.txt
run: make create_requirements
pre-commit:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b6ceb7b

Please sign in to comment.