Skip to content

Commit

Permalink
fix: update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrcezimbra authored Dec 30, 2024
1 parent 9002f9a commit 2e435b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.13'
- run: pipx install poetry
- run: make install
- run: make test
- run: make test-generated

0 comments on commit 2e435b8

Please sign in to comment.