Skip to content

Commit

Permalink
[EN-8798] [PythonAPI] Lock the Сython version
Browse files Browse the repository at this point in the history
  • Loading branch information
stdcion committed Mar 28, 2024
1 parent 8eca5c5 commit f5d307b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ jobs:
- name: Set poetry env
run: |
pip install --upgrade pip
pip install taskipy cython toml
poetry install --only main
task build -f sdist
pip uninstall --yes taskipy cython
poetry install
poetry build -f sdist
shell: bash

- name: Install package artifact
Expand Down Expand Up @@ -65,7 +63,6 @@ jobs:
- name: Set poetry env
run: |
pip install --upgrade pip
pip install taskipy cython toml
poetry install
shell: bash

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ post_build = 'task clear'
post_test = 'task clear'

[build-system]
requires = ['poetry_core>=1.0.0', 'setuptools>=57.4.0', 'cython', 'toml>=0.10.2']
requires = ['poetry_core>=1.0.0', 'setuptools>=57.4.0', 'cython==0.29.37', 'toml>=0.10.2']
build-backend = 'poetry.core.masonry.api'

[build.native-dependencies]
Expand Down

0 comments on commit f5d307b

Please sign in to comment.