We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06eefda commit 0f21b37Copy full SHA for 0f21b37
.github/workflows/test.yaml
@@ -12,7 +12,7 @@ env:
12
jobs:
13
test:
14
runs-on: ubuntu-latest
15
- container: moratorium08/hopdr
+ container: moratorium08/hopdr:aplas24
16
steps:
17
- uses: actions/checkout@v2
18
with:
@@ -60,7 +60,7 @@ jobs:
60
- name: Benchmark
61
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
62
- name: install requests
63
- run: pip install requests
+ run: apt install -y python3-pip && pip install requests
64
- name: Notify
65
env:
66
SLACK_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
0 commit comments