Skip to content

Commit 7adf92c

Browse files
authored
chore: update ci flow
1 parent cd96129 commit 7adf92c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,11 @@ jobs:
2828
- python: "3.10"
2929
django: 'django>=2.0.0, <2.1.0'
3030
steps:
31-
- uses: actions/checkout@v2
32-
- uses: actions/setup-python@v2
31+
- uses: actions/checkout@v3
32+
- uses: actions/setup-python@v3
3333
with:
3434
python-version: ${{ matrix.python }}
3535

36-
- name: Add pip bin to PATH
37-
run: |
38-
echo "/home/runner/.local/bin" >> $GITHUB_PATH
39-
4036
- name: Install deps with ${{ matrix.python }}
4137
run: |
4238
pip install ".[test, ci]"

0 commit comments

Comments
 (0)