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 f56d166 commit 5589fe4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
uses: eifinger/setup-rye@v4
with:
version: '0.35.0'
- name: Configure Virtual Environment
run: |
rye sync
source .venv/bin/activate
- name: Install Dependencies
run: rye sync
- name: Activate Virtual Environment
run: source .venv/bin/activate
- name: Run Tests
run: make test
- name: Attach Code Coverage
Expand Down

0 comments on commit 5589fe4

Please sign in to comment.