Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme committed May 22, 2024
1 parent 1c5731f commit 54890ec
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/wheels-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,14 @@ jobs:
python -m pip install -r built_requirements.txt
python -m pip install -r requirements.txt
- name: Download prebuilt
- name: Install deps linux
run: |
sudo apt update -y
sudo apt update
sudo apt install -y curl
if: matrix.os == 'kuber'

- name: Download prebuilt
run: |
curl -Lo ./src/tonpy/libs/${{ matrix.file }} ${{ matrix.link }}${{ matrix.file }}
- name: Run tests
Expand Down

0 comments on commit 54890ec

Please sign in to comment.