Skip to content

Commit

Permalink
fixing env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Aug 20, 2024
1 parent 2a4c967 commit 950a746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regression_tests_graviton_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
regression-cpu:
runs-on: [self-hosted, graviton-test]
steps:
- name: Setup Python
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
Expand All @@ -37,6 +37,6 @@ jobs:
pip install torchtext --no-deps
- name: Torchserve Regression Tests
env:
TS_MAC_ARM64_CPU_ONLY: 'False'
TS_MAC_ARM64_CPU_ONLY: 'True'
run: |
python test/regression_tests.py

0 comments on commit 950a746

Please sign in to comment.