Skip to content

Commit ec55d09

Browse files
authored
Fixing build (#154)
* Fix integtest: Add OSU key to partition map * patching 3.5-cpu-py39-v1.0 * Fixing build
1 parent 8b2166a commit ec55d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ install-container-library: init
5252
# temporarily bypass py=1.1.0 because pytest-parallel has a dependency on it however the module is no longer maitained.
5353
# In the future the pylib will be removed from pytest-parallel dependency and 51457 should only impact the local tests.
5454
# For more info, https://github.com/pytest-dev/py/issues/287
55-
pipenv run safety check -i 43975 -i 51457 -i 39611 -i 62044 # https://github.com/pyupio/safety
55+
pipenv run safety check -i 43975 -i 51457 -i 39611 -i 62044 -i 65647 -i 66742 # https://github.com/pyupio/safety
5656

5757
build-static-config:
5858
./scripts/fetch-ec2-instance-type-info.sh --region ${REGION} --use-case ${USE_CASE} --spark-version ${SPARK_VERSION} \

0 commit comments

Comments
 (0)