File tree Expand file tree Collapse file tree 3 files changed +30
-9
lines changed Expand file tree Collapse file tree 3 files changed +30
-9
lines changed Original file line number Diff line number Diff line change 1- name : Publish django-formset
1+ name : Publish django-admin-sortable2
22
33on :
44 push :
@@ -21,13 +21,13 @@ jobs:
2121 node-version : ["16.x"]
2222
2323 steps :
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v3
2525 - name : Use Node.js ${{ matrix.node-version }}
26- uses : actions/setup-node@v2
26+ uses : actions/setup-node@v3
2727 with :
2828 node-version : ${{ matrix.node-version }}
2929 - name : Set up Python ${{ matrix.python-version }}
30- uses : actions/setup-python@v2
30+ uses : actions/setup-python@v3
3131 with :
3232 python-version : ${{ matrix.python-version }}
3333 - name : Install Dependencies
Original file line number Diff line number Diff line change 22DJANGO_SETTINGS_MODULE = testapp.settings
33django_find_project = false
44addopts = --tb =native --liveserver localhost:8080
5- asyncio_mode = auto
Original file line number Diff line number Diff line change 1- playwright
2- pytest-django
3- pytest-mock
4- pytest-playwright
1+ asgiref == 3.5.0
2+ attrs == 21.4.0
3+ certifi == 2021.10.8
4+ charset-normalizer == 2.0.12
5+ greenlet == 1.1.2
6+ idna == 3.3
7+ iniconfig == 1.1.1
8+ packaging == 21.3
9+ Pillow == 9.1.0
10+ playwright == 1.20.1
11+ pluggy == 1.0.0
12+ py == 1.11.0
13+ pyee == 8.1.0
14+ pyparsing == 3.0.7
15+ pytest == 7.1.1
16+ pytest-base-url == 2.0.0
17+ pytest-django == 4.5.2
18+ pytest-mock == 3.7.0
19+ pytest-playwright == 0.3.0
20+ python-slugify == 6.1.1
21+ requests == 2.27.1
22+ sqlparse == 0.4.2
23+ text-unidecode == 1.3
24+ tomli == 2.0.1
25+ urllib3 == 1.26.9
26+ websockets == 10.1
You can’t perform that action at this time.
0 commit comments