Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Jul 21, 2024
1 parent 5589fe4 commit 3ffe20c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
version: '0.35.0'
- name: Install Dependencies
run: rye sync
- name: Activate Virtual Environment
run: source .venv/bin/activate
- name: Run Tests
run: make test
run: |
source .venv/bin/activate
make test
- name: Attach Code Coverage
uses: py-cov-action/[email protected]

0 comments on commit 3ffe20c

Please sign in to comment.