projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5578bac
)
install pytest-subtests==0.11.0
author
Jacob Lifshay
<programmerjake@gmail.com>
Wed, 25 Oct 2023 03:18:48 +0000
(20:18 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Wed, 25 Oct 2023 03:19:42 +0000
(20:19 -0700)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index fe617b7cebf998a89c36acfe066df4a4adce2a0f..18073380583598e5b6618506254945521311a8a0 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-49,7
+49,12
@@
build:
- export CCACHE_COMPILERCHECK=content
- ccache --zero-stats || true
- ccache --show-stats || true
- - python3 -m pip install --user pytest-xdist==3.3.1 pytest==7.3.1
+ # one package per line to simplify sorting, git diff, etc.
+ - >-
+ python3 -m pip install --user
+ pytest-xdist==3.3.1
+ pytest==7.3.1
+ pytest-subtests==0.11.0
script:
- git clone --depth 1 -b yosys-0.17 https://github.com/YosysHQ/yosys.git yosys
- pushd yosys