Skip to content

Commit

Permalink
remove python install
Browse files Browse the repository at this point in the history
- attempt to use system python i
- the bug seems to be reported but not fixed:
  - https://github.com/actions/setup-python/issues/92��
  • Loading branch information
fangohr committed Dec 23, 2021
1 parent 3697cda commit 8cbe263
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/update-webpages-mpsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: [self-hosted, mpsd]
steps:

# Broken on self-hosted runner for some reason
- name: Set up Python 3.9.2
uses: actions/setup-python@v2
with:
python-version: 3.9.2
# # Broken on self-hosted runner for some reason
#- name: Set up Python 3.9.2
# uses: actions/setup-python@v2
# with:
# python-version: 3.9.2

- name: Checkout oscovida
uses: actions/checkout@v2
Expand Down

0 comments on commit 8cbe263

Please sign in to comment.