Skip to content

Commit 212aed1

Browse files
committed
new attempt
Signed-off-by: Pedro Escaleira <pedroescaleira@hotmail.com>
1 parent 824f17d commit 212aed1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/python-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
pip install pipenv
27-
pip install build
27+
pip install build Cython
2828
pipenv install --dev
29-
pipenv run pip install 'setuptools<71'
3029
- name: Test
3130
run: |
3231
pipenv run pytest
3332
- name: Build
3433
run: |
35-
python -m build
34+
python -m build

0 commit comments

Comments
 (0)