Skip to content

Commit e7a02c1

Browse files
committed
install setup tools
1 parent 71916b3 commit e7a02c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/basic_checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Python ${{ matrix.python-version }}
1717
uses: actions/setup-python@v6
1818
with:
19-
python-version: 3.12
19+
python-version: 3.13
2020
- name: Install requirements
2121
run: |
2222
pip install setuptools
@@ -29,6 +29,7 @@ jobs:
2929
python manage.py migrate
3030
- name: Run Tests
3131
run: |
32+
pip install setuptools
3233
cd example
3334
coverage run manage.py test
3435
coverage report

0 commit comments

Comments
 (0)