Skip to content

Commit

Permalink
pip opencv
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Oct 10, 2023
1 parent 2bd98e5 commit 078e024
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Installing Numpy
cache: 'pip'
- name: Installing pip packages
run: |
pip install pip --upgrade
pip install numpy
# cache: 'pip'
# - run: pip install opencv-python
pip install opencv-python
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
Expand Down

0 comments on commit 078e024

Please sign in to comment.