Skip to content

Commit 2980c1b

Browse files
committed
ci fix
1 parent 0e34e3a commit 2980c1b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/jsonparse-buildtest.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ jobs:
1717
image: python:2.7.18-buster # include 2.7 because I saw a download on PyPi stats.
1818

1919
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 }}
2520
- name: Install dependencies
2621
run: |
2722
pip install .[buildtest27_library]

0 commit comments

Comments
 (0)