From f31b80a190cee26733592a8499346fa8bfd030d5 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Fri, 13 Dec 2024 16:50:46 +0100 Subject: [PATCH] Tune CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2bdde0..59ee063 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: - name: Install dependencies uses: py-actions/py-dependency-install@v4 with: - path: requirements/dev.txt + path: requirements/ci-wheel.txt - name: Run unittests env: COLOR: yes @@ -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