We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee6842 commit 87b25c5Copy full SHA for 87b25c5
.github/workflows/continuous_integration.yml
@@ -12,10 +12,10 @@ jobs:
12
black:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v2
16
- - uses: actions/setup-python@v1
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
17
with:
18
- python-version: 3.10.18
+ python-version: '3.10'
19
- name: Ensure files are formatted with black
20
run: |
21
pip install --upgrade pip
@@ -24,7 +24,7 @@ jobs:
24
docker-image:
25
26
27
28
- name: Ensure the docker image works and can start.
29
30
make container-test
0 commit comments