Skip to content

Commit d42198e

Browse files
Refs 265. No need to setup python now
1 parent c677ab9 commit d42198e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ jobs:
1919
image: python:${{ matrix.python-version }}-slim
2020
steps:
2121
- uses: actions/checkout@v4
22-
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v5
24-
with:
25-
python-version: ${{ matrix.python-version }}
22+
- name: Check python version
23+
run: python --version
2624
- name: Install dependencies
2725
run: pip install --requirement requirements/testing.txt
2826
- name: Run tests

0 commit comments

Comments
 (0)