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 c677ab9 commit d42198eCopy full SHA for d42198e
.github/workflows/ci.yml
@@ -19,10 +19,8 @@ jobs:
19
image: python:${{ matrix.python-version }}-slim
20
steps:
21
- 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 }}
+ - name: Check python version
+ run: python --version
26
- name: Install dependencies
27
run: pip install --requirement requirements/testing.txt
28
- name: Run tests
0 commit comments