Skip to content

Commit 899f6ed

Browse files
committed
CI: pass the correct variable
1 parent fbbc7db commit 899f6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ setenv =
1212
FIREFLY_URL = https://irsa.ipac.caltech.edu/irsaviewer # fallback url for firefly notebooks if not defined in code
1313
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scientific-python-nightly-wheels/simple https://pypi.anaconda.org/astropy/simple
1414

15-
passenv = CI, CIRCLECI, IS_PR
15+
passenv = CI, CIRCLECI, GITHUB_EVENT_NAME
1616

1717
deps =
1818
# We use these files to specify all the dependencies, and below we override

0 commit comments

Comments
 (0)