Skip to content

Commit ee15376

Browse files
committed
[wip] fixing python
1 parent a955388 commit ee15376

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-ubuntu.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v2
2929
- name: Install requirements
30-
run: python3 -m venv ./tastest/ && source ./tastest/bin/activate && python3 -m pip install numpy
30+
run: >
31+
python3 -m venv ./tastest/ && source ./tastest/bin/activate &&
32+
python3 -m pip install numpy
3133
- name: Build
3234
run: >
3335
source ./tastest/bin/activate &&

0 commit comments

Comments
 (0)