Skip to content

Commit

Permalink
Add requests to dependencies instead of in deployment
Browse files Browse the repository at this point in the history
Requests is needed for performing API calls to Pretalx
Currently, to get speakers info
  • Loading branch information
shaib committed Aug 17, 2024
1 parent 2e8751c commit 90a791c
Show file tree
Hide file tree
Showing 3 changed files with 471 additions and 300 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:

- name: Generated spakers page
run: |
pip install requests
python speakers.py ${{ vars.PRETALX_EVENT_NAME }} -t ${{ vars.PRETALX_API_TOKEN }} -o website_2024/content/pages/speakers.md --verbose
poetry run python speakers.py ${{ vars.PRETALX_EVENT_NAME }} -t ${{ vars.PRETALX_API_TOKEN }} -o website_2024/content/pages/speakers.md --verbose
- name: Build HTML
run: |
Expand Down
Loading

0 comments on commit 90a791c

Please sign in to comment.