Skip to content

Commit

Permalink
up Pytorch version for PyPI (#568)
Browse files Browse the repository at this point in the history
Summary:
Deploy failed due to unavailable Python

https://github.com/pytorch/opacus/actions/runs/4241660361

Pull Request resolved: #568

Reviewed By: karthikprasad

Differential Revision: D43494621

Pulled By: ffuuugor

fbshipit-source-id: d8ae67e0133ee963715b34966ae7193156def309
  • Loading branch information
Igor Shilov authored and facebook-github-bot committed Mar 24, 2023
1 parent 5aa378e commit 637b26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.7.5'
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 637b26a

Please sign in to comment.