diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ba56a91..b0c306e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install pytest + python -m pip install pytest assertpy python -m pip install . if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Test with pytest