Skip to content

Commit 36cb17f

Browse files
Updates to README.md and github/workflow supply-chain concern
1 parent 5db2978 commit 36cb17f

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/pyblish.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Check out source
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2323
with:
2424
fetch-depth: 0 # Important for setuptools_scm
2525

@@ -33,12 +33,6 @@ jobs:
3333
python -m pip install --upgrade pip
3434
pip install build setuptools_scm
3535
36-
- name: Verify packages for syntax using mypy and flake8
37-
run: |
38-
pip install mypy flake8
39-
mypy --strict
40-
flake8
41-
4236
- name: Build package
4337
run: python -m build --sdist --wheel --outdir dist
4438

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extras:
3636

3737
```
3838
$ python3 -m venv cert-venv
39-
$ ./cert-venv/bin/pip install cert-uefi-support cert-uefi-parser[qt]
39+
$ ./cert-venv/bin/pip install cert-uefi-support 'cert-uefi-parser[qt]'
4040
```
4141

4242
### Installing from the Official Git Repositories

0 commit comments

Comments
 (0)