diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index c767d30..da9711e 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -27,9 +27,9 @@ jobs: python -m pip install --upgrade pip pip install pytest pip install -r requirements.txt - pip install -e .[dev] + pip install -e . - name: Test with pytest run: | export APCA_ID='${{ secrets.APCA_ID }}' export APCA_KEY='${{ secrets.APCA_KEY }}' - python -m pytest \ No newline at end of file + pytest \ No newline at end of file