We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe36150 commit ffecb43Copy full SHA for ffecb43
.github/workflows/release-tasks.yml
@@ -84,7 +84,7 @@ jobs:
84
uses: actions/checkout@v3
85
86
- name: Install dependencies
87
- run: apt-get install -y python3-setuptools
+ run: sudo apt-get install -y python3-setuptools
88
89
- name: Test lit
90
run: |
0 commit comments