We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd96129 commit 7adf92cCopy full SHA for 7adf92c
.github/workflows/ci.yml
@@ -28,15 +28,11 @@ jobs:
28
- python: "3.10"
29
django: 'django>=2.0.0, <2.1.0'
30
steps:
31
- - uses: actions/checkout@v2
32
- - uses: actions/setup-python@v2
+ - uses: actions/checkout@v3
+ - uses: actions/setup-python@v3
33
with:
34
python-version: ${{ matrix.python }}
35
36
- - name: Add pip bin to PATH
37
- run: |
38
- echo "/home/runner/.local/bin" >> $GITHUB_PATH
39
-
40
- name: Install deps with ${{ matrix.python }}
41
run: |
42
pip install ".[test, ci]"
0 commit comments