Skip to content

Commit

Permalink
build: use default python (v3.9.13) from docker image, pulling 3.9.16…
Browse files Browse the repository at this point in the history
… results in glibc error
  • Loading branch information
felixocker committed Dec 23, 2022
1 parent 903c3fb commit aad8029
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ jobs:

- uses: actions/checkout@master

- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.9

- name: Install pypa/build
run: python -m pip install build --user

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/publish-to-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ jobs:

- uses: actions/checkout@master

- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.9

- name: Install dependencies
run: |
python -m pip install -r requirements.txt --user
Expand Down

0 comments on commit aad8029

Please sign in to comment.