Skip to content

Commit

Permalink
[py] setup-python does not yet have python builds available for Ubunt…
Browse files Browse the repository at this point in the history
…u 22
  • Loading branch information
titusfortner committed Dec 2, 2022
1 parent b1f639b commit c02a748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-python.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
tox_linting:
if: ${{ needs.check_workflow.outputs.result == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(toJson(github.event.commits), '[py]') == true }}
needs: check_workflow
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout source tree
uses: actions/checkout@v3
Expand Down

0 comments on commit c02a748

Please sign in to comment.