From 7bc258af33cbf496f5eb210e2aec7814a46eecae Mon Sep 17 00:00:00 2001 From: gluap Date: Sun, 28 Jan 2024 11:38:45 +0100 Subject: [PATCH] use pytest for testing, not tox --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b1e51da..e9cc0f9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: python-version: ${{ matrix.py }} - uses: actions/checkout@v4 - name: Install module - run: python -m pip install -e .[tests] + run: python -m pip install .[tests] - name: run pytest run: pytest