Skip to content

Commit

Permalink
Fix nextcord python version
Browse files Browse the repository at this point in the history
  • Loading branch information
tibue99 committed Jan 1, 2025
1 parent baafb61 commit 5c7482f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
pytest
- name: Test Nextcord
if: ${{ matrix.python-version == '3.12' || matrix.python-version == '3.13' }}
run: |
pip uninstall -y discord.py
pip install git+https://github.com/nextcord/nextcord
Expand Down

0 comments on commit 5c7482f

Please sign in to comment.