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 c92d467 commit 1dffcc2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 1
max-parallel: 4
matrix:
python-version: [3.10.13]

Expand All @@ -24,6 +24,11 @@ jobs:
run: python -m pip install --upgrade pip
- name: Install requests
run: pip install requests

publish:
needs: build
runs-on: ubuntu-latest
steps:
- name: Install Dependencies
run: pip install -r requirements.txt
- name: Run Tests
Expand Down

0 comments on commit 1dffcc2

Please sign in to comment.