Skip to content

Commit

Permalink
github actions change
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamad Bastin committed Oct 2, 2023
1 parent 6ee8c8c commit 1585745
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.10.13]
python-version: [3.10]

steps:
- uses: actions/checkout@v3
Expand All @@ -24,8 +24,6 @@ jobs:
run: python -m pip install --upgrade pip
- name: Install requests
run: pip install requests
- name: TEST ECHO
run: echo "TEST ECHO"
- name: Install Dependencies
run: pip install -r requirements.txt
- name: Run Tests
Expand Down

0 comments on commit 1585745

Please sign in to comment.