From 20d6d89a2633586106e728b021cdd611d6e66a96 Mon Sep 17 00:00:00 2001 From: Henry Tsang Date: Mon, 22 Apr 2024 18:59:47 -0700 Subject: [PATCH] update pyre version and python version for pyre (#1914) Summary: Pull Request resolved: https://github.com/pytorch/torchrec/pull/1914 Differential Revision: D56449813 --- .github/workflows/pyre.yml | 2 +- .pyre_configuration | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pyre.yml b/.github/workflows/pyre.yml index 8be068996..acc34ef04 100644 --- a/.github/workflows/pyre.yml +++ b/.github/workflows/pyre.yml @@ -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 diff --git a/.pyre_configuration b/.pyre_configuration index c88fbe109..2226b97ed 100644 --- a/.pyre_configuration +++ b/.pyre_configuration @@ -13,5 +13,5 @@ } ], "strict": true, - "version": "0.0.101703592829" + "version": "0.0.101711451648" }