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 e229d8c commit 88960b8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ jobs:
- uses: actions/checkout@v3
- name: Run tests
run: make test

export-requirements-txt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: divideprojects/poetry-export-requirements-action@v1
with:
without-hashes: true
outfile-name: requirements.txt

pre-commit:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 88960b8

Please sign in to comment.