From 8df641e65c1e312bab71c9826204c09ae1cf2b60 Mon Sep 17 00:00:00 2001 From: Fahd Siddiqui Date: Sat, 3 Feb 2024 23:10:11 -0600 Subject: [PATCH] ci fixes --- .github/workflows/main.yml | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7bcf165..fc15492 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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