Skip to content

Commit 43cfb87

Browse files
committed
Address incorrect install dependency step
1 parent 2ff025d commit 43cfb87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python-version: "3.9"
3232

3333
- name: Install dependencies
34-
run: pip install -f scripts/release/requirements.txt
34+
run: pip install -r scripts/release/requirements.txt
3535

3636
- name: Update release assets
3737
env:

0 commit comments

Comments
 (0)