We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa73728 commit 272bd76Copy full SHA for 272bd76
1 file changed
.github/workflows/main.yml
@@ -298,6 +298,7 @@ jobs:
298
- name: Install Python dependencies
299
run: >
300
sudo python -m pip install
301
+ deepdiff
302
dbus-python
303
dbus-python-client-gen
304
justbytes
@@ -324,9 +325,11 @@ jobs:
324
325
working-directory: stratisd
326
- name: Reload udev
327
run: sudo udevadm control --reload
- - uses: stratis-storage/github-actions/github-modify@HEAD
328
+ - uses: actions/checkout@v4
329
with:
- repo: testing
330
+ repository: stratis-storage/testing
331
+ path: testing
332
+ ref: refs/pull/327/head
333
- name: Run stratisd_cert.py
334
335
sudo
0 commit comments