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 2980c1b commit 3fd6adaCopy full SHA for 3fd6ada
.github/workflows/jsonparse-buildtest.yml
@@ -17,6 +17,7 @@ jobs:
17
image: python:2.7.18-buster # include 2.7 because I saw a download on PyPi stats.
18
19
steps:
20
+ - uses: actions/checkout@v3
21
- name: Install dependencies
22
run: |
23
pip install .[buildtest27_library]
0 commit comments