Skip to content

Commit

Permalink
Tune CI (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Dec 13, 2024
1 parent 65cfb0d commit 0172922
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Install dependencies
uses: py-actions/py-dependency-install@v4
with:
path: requirements/dev.txt
path: requirements/ci-bot.txt
- name: Run unittests
env:
COLOR: yes
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: 3.13
- name: Install dependencies
run: python -m pip install -U pip wheel
- name: Make dists
Expand Down
2 changes: 2 additions & 0 deletions requirements/ci-bot.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-r ci-wheel.txt
-e .

0 comments on commit 0172922

Please sign in to comment.