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 65cfb0d commit 0172922Copy full SHA for 0172922
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: Install dependencies
84
uses: py-actions/py-dependency-install@v4
85
with:
86
- path: requirements/dev.txt
+ path: requirements/ci-bot.txt
87
- name: Run unittests
88
env:
89
COLOR: yes
@@ -121,7 +121,7 @@ jobs:
121
- name: Setup Python
122
uses: actions/setup-python@v5
123
124
- python-version: 3.x
+ python-version: 3.13
125
126
run: python -m pip install -U pip wheel
127
- name: Make dists
requirements/ci-bot.txt
@@ -0,0 +1,2 @@
1
+-r ci-wheel.txt
2
+-e .
0 commit comments