Skip to content

Commit f0bc5fd

Browse files
another fix to build and test action
1 parent 5846e0c commit f0bc5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
- name: Run Python Unit Tests
4747
run: |
4848
chmod +x build/setup_python_env.sh
49-
chmod +x test/setup_unit_tests.sh
49+
chmod +x test/setup_unit_test_env.sh
5050
chmod +x test/python_unit_tests/run_python_unit_tests.sh
5151
test/python_unit_tests/run_python_unit_tests.sh

0 commit comments

Comments
 (0)