Skip to content

Commit

Permalink
Revert "try ensure pip to fix the tests"
Browse files Browse the repository at this point in the history
This reverts commit 518c30a.
  • Loading branch information
airportyh committed Jul 31, 2023
1 parent 0b79b9e commit 4b54785
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ jobs:
id: full-python-version
run: echo version=$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))") >> $GITHUB_OUTPUT

- name: Ensure pip
run: python -m ensurepip

- name: Bootstrap poetry
run: |
curl -sSL https://install.python-poetry.org | python - -y
Expand Down

0 comments on commit 4b54785

Please sign in to comment.