We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6588bb commit 108ae1aCopy full SHA for 108ae1a
1 file changed
.github/workflows/tests.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
unit-tests:
12
name: Unit tests ${{ matrix.python-version }}
13
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
14
strategy:
15
matrix:
16
python-version: [ "3.10", "3.11", "3.12" ]
@@ -21,7 +21,7 @@ jobs:
21
22
steps:
23
- name: Checkout code
24
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
25
26
- name: Build unit tests image
27
run: docker build --build-arg PYTHON_VERSION=${{ matrix.python-version }} -t pydfy .
@@ -30,7 +30,7 @@ jobs:
30
run: docker run pydfy -m pytest /home/pydfy-user/pydfy
31
32
checks:
33
34
35
36
- uses: actions/checkout@v4
0 commit comments