Skip to content

Commit bd0cf71

Browse files
committed
Pin rumdl==0.2.18, add pip hash
Signed-off-by: Ganyu (Bruce) Xu <g66xu@uwaterloo.ca>
1 parent 087f10c commit bd0cf71

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/basic.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
- name: Checkout code
4343
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v4
4444
- name: Install rumdl
45-
run: python3 -m pip install --user rumdl==0.2.4
45+
run: |
46+
python3 -m pip install --user -r requirements-dev.txt
4647
- name: Ensure Markdown conventions are upheld
4748
run: ~/.local/bin/rumdl check --config .rumdl.toml --respect-gitignore --exclude "build,**/build" .
4849

requirements-dev.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
rumdl==0.2.18 \
2+
--hash=sha256:796720b8756baeebf9a976be0cf619441aa7757e72dd9832f62b752b72f70cdd \
3+
--hash=sha256:c9c033a722f64b71093c30f795587184321641d612354d1ead75d0145f970148 \
4+
--hash=sha256:aef55096d0320227fa07bbac049190b63c4a856cfbccee5286517e67c942d6ef \
5+
--hash=sha256:78bdd91166fa54c30ff1f83648fb1f371b5f25534eb4ec9e0c997b649996faa6 \
6+
--hash=sha256:c7721883781adfcca7204f2a9d45deacd7a663b0402fb043c240f5b90f36c113 \
7+
--hash=sha256:fe5c778e7b3e0a0ac5cca891c0668be649a9d228b6d231ed7f59b5726929457e \
8+
--hash=sha256:17e21e25ee8c95e7a7881585e28eb52c8ccb6c18bda3707eef475b0e221debcc

0 commit comments

Comments
 (0)