Skip to content

Commit

Permalink
downgrade python,checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed Apr 11, 2024
1 parent 151eb22 commit 335b7bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
django-version: 5.0

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: setup python
uses: actions/setup-python@v5
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -52,6 +52,6 @@ jobs:
- name: Run test
run: coverage run --source=ipware manage.py test
- name: Coveralls
uses: coverallsapp/github-action@v2
run: coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 335b7bb

Please sign in to comment.