Skip to content

Commit

Permalink
Update update_publications.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MelinaKlostermann authored Apr 19, 2024
1 parent 4ae20b2 commit f5e9dfd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/update_publications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.8' # Use the version of Python you need

- name: Install Quarto
run: |
wget -qO- https://go.quarto.org/installer | sh -
export PATH="$HOME/.quarto/bin:$PATH"
- name: Install dependencies
run: pip install -r requirements.txt # Replace with your actual requirements
# - name: Install dependencies
# run: pip install -r requirements.txt # Replace with your actual requirements

- name: Run Python script
run: python publication_feed_parse.py
Expand Down

0 comments on commit f5e9dfd

Please sign in to comment.