Skip to content

Commit

Permalink
Remove setup-python actions
Browse files Browse the repository at this point in the history
We installed Python in a container, so the action will not work.
  • Loading branch information
amolenaar committed Sep 25, 2024
1 parent 8b709b3 commit 05bc0cf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ jobs:
with:
path: ~/.cache/pip
key: python${{ env.python_version }}-${{ hashFiles('**/poetry.lock') }}-41
- name: Set up Python ${{ env.python_version }}
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
python-version: ${{ env.python_version }}
- name: Install Poetry
run: |
python${{ env.python_version }} -m ensurepip
Expand Down

0 comments on commit 05bc0cf

Please sign in to comment.