Skip to content

Commit

Permalink
update pyre version and python version for pyre (pytorch#1914)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#1914

Differential Revision: D56449813
  • Loading branch information
henrylhtsang authored and facebook-github-bot committed Apr 23, 2024
1 parent 819ecf3 commit 20d6d89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pyre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.8
python-version: "3.11"
- name: Checkout Torchrec
uses: actions/checkout@v2
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .pyre_configuration
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
}
],
"strict": true,
"version": "0.0.101703592829"
"version": "0.0.101711451648"
}

0 comments on commit 20d6d89

Please sign in to comment.