Skip to content

Commit e38e7ba

Browse files
committed
Test with broken setup
1 parent f2293d6 commit e38e7ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ jobs:
2929
- name: Set up Python
3030
uses: actions/setup-python@v5
3131
with:
32-
python-version: 3.12
32+
python-version: "${{ matrix.python-version }}"
3333
- name: Install dependencies
3434
run: |
35+
python -V
3536
python -m pip install --upgrade pip setuptools coveralls
3637
python -m pip install -r requirements/tests.txt
3738
- name: Set up databases

0 commit comments

Comments
 (0)