We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1af76e commit 1155c92Copy full SHA for 1155c92
.github/workflows/pytest.yaml
@@ -41,8 +41,7 @@ jobs:
41
echo "using ESMPy tag ${ESMF_VERSION}"
42
# remove any existing esmpy dep and add the exact git subdir tag
43
poetry remove esmpy || true
44
- poetry add --lock --no-interaction \
45
- "esmpy@git+https://github.com/esmf-org/esmf.git@${ESMF_VERSION}#subdirectory=src/addon/esmpy"
+ poetry add --lock --no-interaction --directory=$ESMF_DIR/src/addon/esmpy esmpy
46
poetry run python -c "import esmpy; print('ESMPy:', esmpy.__version__)"
47
- name: Cache virtualenv
48
uses: actions/cache@v4
0 commit comments