Skip to content

Commit 0f21b37

Browse files
committed
Improve github workflow
1 parent 06eefda commit 0f21b37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
test:
1414
runs-on: ubuntu-latest
15-
container: moratorium08/hopdr
15+
container: moratorium08/hopdr:aplas24
1616
steps:
1717
- uses: actions/checkout@v2
1818
with:
@@ -60,7 +60,7 @@ jobs:
6060
- name: Benchmark
6161
run: cd scripts && eval $(opam env) && python3 bench.py --base $PWD/../benchmark --timeout 180 --json golem_unsafe.json golem_unsafe && python3 bench.py --base $PWD/../benchmark --timeout 10 --json golem_safe.json golem_safe
6262
- name: install requests
63-
run: pip install requests
63+
run: apt install -y python3-pip && pip install requests
6464
- name: Notify
6565
env:
6666
SLACK_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)