Skip to content

Commit

Permalink
[EN-8798][PythonAPI] Lock the Сython version# Please enter the commit…
Browse files Browse the repository at this point in the history
… message for your changes. Lines starting
  • Loading branch information
stdcion committed Mar 28, 2024
1 parent 9a6dc34 commit 883a2f4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +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
poetry install
poetry run task build_inplace
pip uninstall --yes taskipy cython
shell: bash

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

Expand Down

0 comments on commit 883a2f4

Please sign in to comment.