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 6655331 commit 0d4ab8e
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
architecture: 'x64'
- name: Install a specific version
- name: Rye Python Setup
uses: eifinger/setup-rye@v4
with:
version: '0.35.0'
- name: Run tests
run: rye run make test
- name: Code coverage comment
python-version: '3.11'
architecture: 'x64'
- name: Configure Virtual Environment
run: |
source .venv/bin/activate
rye sync
- name: Run Tests
run: make test
- name: Attach Code Coverage
uses: py-cov-action/[email protected]

0 comments on commit 0d4ab8e

Please sign in to comment.