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 0e34e3a commit 2980c1bCopy full SHA for 2980c1b
.github/workflows/jsonparse-buildtest.yml
@@ -17,11 +17,6 @@ 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: Set up Python ${{ matrix.python-version }}
22
- uses: actions/setup-python@v3
23
- with:
24
- python-version: ${{ matrix.python-version }}
25
- name: Install dependencies
26
run: |
27
pip install .[buildtest27_library]
0 commit comments