diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index d8dfc11..effe21b 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -20,9 +20,9 @@ jobs: - name: Install dependencies run: | - python -m pip install --upgrade pip pip install pytest - pip install -r requirements.txt + pip install . + - name: Download pytor file run: |