Skip to content

Commit f3af108

Browse files
committed
fix: ci/cd
1 parent d340301 commit f3af108

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- name: Install dependencies
6363
run: |
6464
python -m pip install --upgrade pip
65+
pip install setuptools==68.0.0
6566
pip install -r requirements.txt
6667
pip install -r requirements-dev.txt
6768

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
ruff==0.1.7
22
pytest==7.4.3
3-
twine==5.1.1
3+
twine==4.0.2
44
wheel==0.45.1

0 commit comments

Comments
 (0)