Skip to content
Snippets Groups Projects

Fix pipeline

Merged Mark requested to merge fix-master-pipeline into master
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 4fcad157
    Fix pipeline · 4fcad157
    Mark authored
    use hydra v1.8
    Add additional deps
@@ -10,6 +10,8 @@ RUN apk --no-cache add \
libc-dev \
openssl-dev \
bash \
rust \
cargo \
gcc
RUN pip3 install --no-cache-dir -r requirements.txt
Loading