Skip to content

Commit

Permalink
Update pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiyotoko committed Sep 28, 2024
1 parent 72c6a68 commit 829791e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ jobs:
with:
python-version: "3.11"

- name: "Install requirements"
- name: "Update pip"
run: |
python -m pip install --upgrade pip
pip install -r seekers-api/requirements.txt
sudo apt install protobuf-compiler
- name: "Setup project"
Expand Down Expand Up @@ -51,10 +50,9 @@ jobs:
with:
python-version: "3.11"

- name: "Install requirements"
- name: "Update pip"
run: |
python -m pip install --upgrade pip
pip install -r .\seekers-api\requirements.txt
- name: "Setup project"
run: .\setup.bat
Expand Down

0 comments on commit 829791e

Please sign in to comment.