Skip to content

Commit

Permalink
fix pip issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Grotax committed Oct 15, 2024
1 parent 16da072 commit 1f42c72
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ name: Update API files
on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- main

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -22,10 +25,10 @@ jobs:

# Runs a single command using the runners shell
- name: Install dependencies
run: sudo apt-get install python3-setuptools -y
run: sudo apt-get install python3-setuptools pipx -y

- name: Install the updater
run: sudo pip3 install ./pyAPIUpdater/
run: pipx install ./pyAPIUpdater/

- name: Update the json files
run: |
Expand Down

0 comments on commit 1f42c72

Please sign in to comment.