Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
乙划 committed Jan 22, 2025
1 parent 2d0a44e commit 70e25f7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/actions/atorch-python-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@ runs:
- "pip install dlrover[torch]==0.4.0 --no-deps \
&& echo -e 'import math\ninf = math.inf\nnan = math.nan\nstring_classes = \
(str, bytes)' > /opt/conda/lib/python3.8/site-packages/torch/_six.py \
&& PYTHONPATH=. pytest atorch/tests/common_tests \
&& cd .. \
&& git config --global --add safe.directory /github/workspace \
&& git clean -xdf"
&& PYTHONPATH=. pytest atorch/tests/common_tests"

0 comments on commit 70e25f7

Please sign in to comment.