diff options
Diffstat (limited to '.github/workflows/pcb-tools.yml')
-rw-r--r-- | .github/workflows/pcb-tools.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/pcb-tools.yml b/.github/workflows/pcb-tools.yml index 85038a7..931c075 100644 --- a/.github/workflows/pcb-tools.yml +++ b/.github/workflows/pcb-tools.yml @@ -18,9 +18,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - python -m pip install --upgrade pip pip install -r requirements-dev.txt - name: Test with pytest run: | - pip install pytest pytest |