Skip to content

Commit

Permalink
Update pre-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiyotoko committed Sep 28, 2024
1 parent 8b3ea0d commit bb90821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: "Install requirements"
run: |
python -m pip install --upgrade pip
pip install -r seekers/grpc/requirements-dev.txt
pip install -r seekers-api/requirements.txt
sudo apt install protobuf-compiler
- name: "Setup project"
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: "Install requirements"
run: |
python -m pip install --upgrade pip
pip install -r .\seekers\grpc\requirements-dev.txt
pip install -r .\seekers-api\requirements.txt
- name: "Setup project"
run: .\setup.bat
Expand Down

0 comments on commit bb90821

Please sign in to comment.