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 1117b86 commit 6c07921Copy full SHA for 6c07921
1 file changed
.github/workflows/main.yml
@@ -11,16 +11,15 @@ jobs:
11
name: Test JSON artifact generation
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v2
15
- - uses: actions/setup-python@v2
+ - uses: actions/checkout@master
+ - uses: actions/setup-python@v5
16
with:
17
python-version: '3.x'
18
- name: Install requirements 📦
19
run: |
20
python -m pip install --upgrade pip
21
- pip install mkdocs
22
- name: Run ⚙️
23
24
- python -mjson.tool live-deployments.geojson
25
- python -mjson.tool community/psc.geojson
+ python3 -mjson.tool live-deployments.geojson
+ python3 -mjson.tool community/psc.geojson
26
0 commit comments