diff --git a/.github/workflows/github-actions-python.yml b/.github/workflows/github-actions-python.yml index 556bffc44..e3398471c 100644 --- a/.github/workflows/github-actions-python.yml +++ b/.github/workflows/github-actions-python.yml @@ -4,15 +4,15 @@ on: pull_request jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: fetch-depth: 0 - - name: Set up Python 3.5 + - name: Set up Python uses: actions/setup-python@v3 with: - python-version: "3.5" + python-version: "3.9.12" env: PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org" - name: Install dependencies