We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46c3ed commit 75c92f7Copy full SHA for 75c92f7
.github/workflows/pyre.yaml
@@ -23,9 +23,5 @@ jobs:
23
pip install -e .[dev]
24
25
lintrunner init
26
- - name: Setup upterm session
27
- uses: lhotari/action-upterm@v1
28
- with:
29
- limit-access-to-actor: true
30
- name: Run Pyre
31
run: scripts/pyre.sh
dev-requirements.txt
@@ -17,7 +17,6 @@ kfp==1.8.22
17
mlflow-skinny
18
moto~=5.0.8
19
pyre-extensions
20
-pyre-check
21
pytest
22
pytest-cov
pytorch-lightning==2.3.1
0 commit comments