We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a83de9 commit c81f2e3Copy full SHA for c81f2e3
1 file changed
.github/workflows/github-actions-python.yml
@@ -4,13 +4,13 @@ on: pull_request
4
5
jobs:
6
build:
7
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v4
10
- name: Set up Python 3.9
11
uses: actions/setup-python@v5
12
with:
13
- python-version: "3.9.2"
+ python-version: "3.9.12"
14
- name: Install dependencies
15
run: |
16
pip3 install -r "/home/runner/work/core/core/requirements.txt"
0 commit comments