ci: GITHUB_ACTIONS export not currently required.
This commit is contained in:
parent
81da5c1bb6
commit
152bbd67ed
|
@ -42,6 +42,5 @@ jobs:
|
||||||
# Test
|
# Test
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
export GITHUB_ACTIONS=1
|
|
||||||
export PATH=/usr/local/riscv/bin:$PATH
|
export PATH=/usr/local/riscv/bin:$PATH
|
||||||
python3 setup.py test
|
python3 setup.py test
|
||||||
|
|
Loading…
Reference in New Issue