diff --git a/.github/workflows/test-build.yaml b/.github/workflows/test-build.yaml index 8aabe376..7b35c2ef 100644 --- a/.github/workflows/test-build.yaml +++ b/.github/workflows/test-build.yaml @@ -13,7 +13,6 @@ jobs: fail-fast: false matrix: python-version: ["3.8", "3.10"] - requirements-file: ["pt2", "pt13"] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} @@ -23,5 +22,5 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r requirements/${{ matrix.requirements-file }}.txt - pip install . \ No newline at end of file + pip install -r requirements/pt2.txt + pip install .