File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 - uses : actions/setup-python@v2
1919 with :
2020 python-version : ${{ matrix.python }}
21- cache : " pip"
2221 - run : pip install poetry "Django<2.1"
22+ - run : poetry install
2323 - run : make test
2424 test-dj21 :
2525 strategy :
3333 - uses : actions/setup-python@v2
3434 with :
3535 python-version : ${{ matrix.python }}
36- cache : " pip"
3736 - run : pip install poetry "Django<2.2"
37+ - run : poetry install
3838 - run : make test
3939 test-dj22 :
4040 strategy :
4848 - uses : actions/setup-python@v2
4949 with :
5050 python-version : ${{ matrix.python }}
51- cache : " pip"
5251 - run : pip install poetry "Django<2.3"
52+ - run : poetry install
5353 - run : make test
5454 test-dj30 :
5555 strategy :
6363 - uses : actions/setup-python@v2
6464 with :
6565 python-version : ${{ matrix.python }}
66- cache : " pip"
6766 - run : pip install poetry "Django<3.1"
67+ - run : poetry install
6868 - run : make test
6969 test-dj31 :
7070 strategy :
7878 - uses : actions/setup-python@v2
7979 with :
8080 python-version : ${{ matrix.python }}
81- cache : " pip"
8281 - run : pip install poetry "Django<3.2"
82+ - run : poetry install
8383 - run : make test
8484 test-dj32 :
8585 strategy :
9393 - uses : actions/setup-python@v2
9494 with :
9595 python-version : ${{ matrix.python }}
96- cache : " pip"
9796 - run : pip install poetry "Django<3.3"
97+ - run : poetry install
9898 - run : make test
9999
100100 lint :
You can’t perform that action at this time.
0 commit comments