diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5e0012..f82895a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: run: pip install pipenv - name: Install dependencies run: make install - - name: Setup Environment - run: make env + # - name: Setup Environment + # run: make env - name: Run tests run: make test