Skip to content

Commit 0172922

Browse files
authored
Tune CI (#647)
1 parent 65cfb0d commit 0172922

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Install dependencies
8484
uses: py-actions/py-dependency-install@v4
8585
with:
86-
path: requirements/dev.txt
86+
path: requirements/ci-bot.txt
8787
- name: Run unittests
8888
env:
8989
COLOR: yes
@@ -121,7 +121,7 @@ jobs:
121121
- name: Setup Python
122122
uses: actions/setup-python@v5
123123
with:
124-
python-version: 3.x
124+
python-version: 3.13
125125
- name: Install dependencies
126126
run: python -m pip install -U pip wheel
127127
- name: Make dists

requirements/ci-bot.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-r ci-wheel.txt
2+
-e .

0 commit comments

Comments
 (0)