Skip to content

Commit c74601c

Browse files
committed
fix:remove py3.13
1 parent 358b272 commit c74601c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

+9
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,15 @@ jobs:
142142
poetry-version: "1.8.3"
143143
poetry-install-additional-args: "-E yaml"
144144

145+
146+
- name: Install django version
147+
shell: bash
148+
run: |
149+
python -m pip --quiet install poetry
150+
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
151+
poetry install -E yaml
152+
poetry run pip install django==${{ matrix.django-version }}
153+
145154
- name: Get version
146155
id: getVersion
147156
shell: bash

0 commit comments

Comments
 (0)