diff --git a/.github/workflows/full-stack.yaml b/.github/workflows/full-stack.yaml index adfec18..1757f84 100644 --- a/.github/workflows/full-stack.yaml +++ b/.github/workflows/full-stack.yaml @@ -106,6 +106,4 @@ jobs: - name: Run NAGL tests via pyargs if: matrix.os == 'ubuntu-latest' run: | - pip install git+https://github.com/openforcefield/openff-nagl.git@main - python -m pytest -nauto --pyargs "openff.nagl"