From de36540c78c657229b52f25b8fab9ee9d2028b18 Mon Sep 17 00:00:00 2001 From: Karthik Prasad Date: Wed, 1 Dec 2021 00:48:02 -0800 Subject: [PATCH] python 3.7.5 in github actions Summary: this was missed in #293 (Note: this ignores all push blocking failures!) Reviewed By: atanu1991 Differential Revision: D32752302 fbshipit-source-id: 3a71374ae93bd2dfb1b457aff9bc81b8112c2886 --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 3c58226c..44755076 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.7.4' + python-version: '3.7.5' - name: Install dependencies run: | python -m pip install --upgrade pip