diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 13b3105..0f57b31 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,4 +20,4 @@ jobs: run: | python -m pip install --upgrade pip if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - pip install . -e \ No newline at end of file + pip install -e . \ No newline at end of file