Skip to content

Commit

Permalink
ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fahd-Siddiqui committed Feb 4, 2024
1 parent 43cdc62 commit 8df641e
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,6 @@ jobs:
static:
name: Static Analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9

- name: Test requirements
run: make requirements-test

- name: Lint
run: make lint


testing:
name: Automated Testing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Expand All @@ -39,6 +23,9 @@ jobs:
${{ runner.os }}-pip-${{ hashFiles('requirements*.txt') }}
${{ runner.os }}-pip-
- name: Test requirements
run: make requirements-test

- name: Project requirements
run: make requirements

Expand Down

0 comments on commit 8df641e

Please sign in to comment.