We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebdf557 commit 2327967Copy full SHA for 2327967
.github/workflows/pyright-lint.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
cache: pip
18
cache-dependency-path: pyproject.toml
19
- python-version-file: pyproject.toml
+ python-version: '3.11'
20
- name: Install pyright
21
run: pip install pyright
22
- name: Install discord-ext-pager
.github/workflows/python-publish.yml
@@ -22,7 +22,7 @@ jobs:
23
24
25
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
0 commit comments