Skip to content

Commit 531af89

Browse files
henrylhtsangfacebook-github-bot
authored andcommitted
fix oss pyre (pytorch#1914)
Summary: Pull Request resolved: pytorch#1914 Differential Revision: D56449813
1 parent 3fbd547 commit 531af89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pyre.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: conda-incubator/setup-miniconda@v2
1616
with:
17-
python-version: 3.8
17+
python-version: "3.10"
1818
- name: Checkout Torchrec
1919
uses: actions/checkout@v2
2020
- name: Install dependencies

.pyre_configuration

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
}
1414
],
1515
"strict": true,
16-
"version": "0.0.101703592829"
16+
"version": "0.0.101711451648"
1717
}

0 commit comments

Comments
 (0)