Skip to content

Commit

Permalink
ci(github action): corrected error introduced for python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amyheather committed Jul 9, 2024
1 parent c00e718 commit a72c457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quarto_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache: 'pip'

- name: Install python dependencies
- run: pip install -r requirements.txt
run: pip install -r requirements.txt

- name: Install R
uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit a72c457

Please sign in to comment.