Skip to content

Commit 7f7d6a9

Browse files
committed
Fix deploy.yml
1 parent 0faebb1 commit 7f7d6a9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v4
2020

21-
- name: Setup python env
22-
uses: actions/setup-python@v6
21+
- uses: actions/setup-python@v6
2322
with:
2423
python-version: '3.13'
2524
cache: `pip`
26-
run: pip install -r requirements.txt
25+
26+
- run: pip install -r requirements.txt
2727

2828
- name: Set up Quarto
2929
uses: quarto-dev/quarto-actions/setup@v2

0 commit comments

Comments
 (0)