Skip to content

Commit

Permalink
🎨 chore(workflows): update python version in matrix for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Apr 13, 2024
1 parent 7497606 commit 345e57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Install dependencies
run: |
pdm install --frozen-lockfile -G testing
pdm install --frozen-lockfile -G bot
- name: Run Tests
run: |
pdm run -v pytest tests

0 comments on commit 345e57e

Please sign in to comment.