Skip to content

Commit

Permalink
fix dir
Browse files Browse the repository at this point in the history
  • Loading branch information
乙划 committed Jan 22, 2025
1 parent 5f76f22 commit 51e0617
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/actions/atorch-pre-commit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ runs:
args:
- "/bin/bash"
- "-c"
- "cd atorch \
&& sh dev/scripts/pre-commit.sh"
1 change: 0 additions & 1 deletion .github/actions/atorch-python-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ runs:
- "pip install dlrover[torch]==0.3.8 --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 \
&& cd atorch \
&& PYTHONPATH=. pytest atorch/tests/common_tests \
&& cd .. \
&& git config --global --add safe.directory /github/workspace \
Expand Down

0 comments on commit 51e0617

Please sign in to comment.