Skip to content

Commit

Permalink
fix: update opencv version
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Oct 18, 2023
1 parent 0e14ad3 commit bc69b04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-test_worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
method: "POST"
customHeaders: '{"Content-Type": "application/json"}'
bearerToken: ${{ secrets.RUNPOD_API_KEY }}
data: '{"input":{"github_pat": "${{ secrets.GH_PAT }}", "github_org":"${{ secrets.GH_ORG }}"}}'
data: '{"input":{"github_pat": "${{ secrets.GH_PAT }}", "github_org":"${{ vars.GH_ORG }}"}}'

- name: Extract Job ID
id: extract_id
Expand Down
2 changes: 1 addition & 1 deletion builder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ safetensors==0.3.2
scipy == 1.11.2
numpy>=1.17
PyWavelets>=1.1.1
opencv-python>=4.1.0.25
opencv-python>=4.8.1.78
invisible-watermark==0.2.0
xformers==0.0.22

0 comments on commit bc69b04

Please sign in to comment.