From 27b7c93350aab57dbdde726e45d34b56bd691918 Mon Sep 17 00:00:00 2001 From: Weisu Yin Date: Thu, 30 Jun 2022 10:17:47 -0700 Subject: [PATCH] Update py3_mxnet_ci.yml (#1751) * fix * fix permission Co-authored-by: Weisu Yin --- .github/workflows/build_test.yml | 1 + tests/py3_mxnet_ci.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 211c1716f4..fe0b50eda6 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -8,6 +8,7 @@ permissions: id-token: write contents: read statuses: write + pull-requests: write jobs: unittest-check: runs-on: ubuntu-latest diff --git a/tests/py3_mxnet_ci.yml b/tests/py3_mxnet_ci.yml index e43de64dce..222f711425 100644 --- a/tests/py3_mxnet_ci.yml +++ b/tests/py3_mxnet_ci.yml @@ -11,7 +11,7 @@ dependencies: - scipy - cython - pip=20.2.4 - - requests + - requests==2.27.1 - matplotlib - tqdm - pillow