From 8c1053db89368e654d880b201ad17ff4a025df90 Mon Sep 17 00:00:00 2001 From: "Matthew W. Thompson" Date: Wed, 24 Apr 2024 08:47:10 -0500 Subject: [PATCH] Debug --- .github/workflows/full-stack.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/full-stack.yaml b/.github/workflows/full-stack.yaml index 52288f6..3a81ded 100644 --- a/.github/workflows/full-stack.yaml +++ b/.github/workflows/full-stack.yaml @@ -88,6 +88,8 @@ jobs: smirnoff-plugins/ \ openff-qcsubmit/ + python -c "import openff.qcsubmit; print(openff.qcsubmit.__version__)" + - name: Run 'everything all at once' tests run: | python -m pytest $PYTEST_ARGS \