Skip to content
This repository was archived by the owner on Jul 22, 2022. It is now read-only.

Commit 3420571

Browse files
committed
Fix ImageNotFound
1 parent 2105104 commit 3420571

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3333
- name: Test with pytest
3434
run: |
35-
docker pull openjdk && pytest --cov=.
35+
docker pull openjdk && docker pull php && docker pull ruby && pytest --cov=.

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ install:
2929
- docker pull clangbuiltlinux/ubuntu:llvm10-latest # For clang-10 & clang++-10
3030
- docker pull clangbuiltlinux/ubuntu:llvm11-latest # For clang-11 & clang++-11
3131
- docker pull bash # For bash
32+
- docker pull php # For php
33+
- docker pull ruby # For ruby
3234
script:
3335
- make lint
3436
- make pytest

0 commit comments

Comments
 (0)