Skip to content

Commit 0a08800

Browse files
committed
Simplify build
1 parent 97a6523 commit 0a08800

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ jobs:
1212
- uses: actions/setup-python@v2
1313
with:
1414
python-version: '3.9'
15-
- name: install
16-
run: |
17-
sudo apt-get install libleveldb-dev libleveldb1d
18-
make install-speedup
15+
# - name: install
16+
# run: |
17+
# sudo apt-get install libleveldb-dev libleveldb1d
18+
# make install-speedup
1919
- name: build
2020
run: |
2121
make lint
22-
make test
2322
make build
2423
tests/docker/test.sh
2524
- name: version

0 commit comments

Comments
 (0)