Skip to content

Commit

Permalink
test installing it
Browse files Browse the repository at this point in the history
  • Loading branch information
lubojr committed Jun 28, 2024
1 parent 5c8e263 commit 1791884
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: 'pip'
- name: Install dependencies
run: |
pip install -U pip
pip install -r requirements.txt
- name: Build
env:
SH_INSTANCE_ID: ${{ secrets.SH_INSTANCE_ID }}
Expand Down

0 comments on commit 1791884

Please sign in to comment.