Skip to content

Commit 9412a03

Browse files
committed
remove stray quote
1 parent f964975 commit 9412a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cache: 'pip'
3131
- name: Install requirements
3232
run: |
33-
pip install --no-cache-dir -q -r requirements.txt"
33+
pip install --no-cache-dir -q -r requirements.txt
3434
- name: Setup Pages
3535
id: pages
3636
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)