Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MafanNam committed Dec 26, 2023
1 parent 5e976ee commit e7e2205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ['3.10', '3.11']
python-version: ['3.11']
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand All @@ -31,7 +31,7 @@ jobs:
python manage.py test
env:
SECRET_KEY: ${{ secrets.SECRET_KEY }}
DJANGO_DB: ${{ vars.DJANGO_DB }}
DJANGO_DB: ${{ secrets.DJANGO_DB }}
- name: Run Linting
run: |
cd ./clone_sound_cloud
Expand Down

0 comments on commit e7e2205

Please sign in to comment.