Skip to content

Commit

Permalink
Hcwinsemius patch 2 (#158)
Browse files Browse the repository at this point in the history
* Update pypitest-publish.yml opencv dependencies

* Update pypi-publish.yml opencv dependencies

* Update documentation.yml opencv dependencies
  • Loading branch information
hcwinsemius authored Mar 25, 2024
1 parent ff263c4 commit e1f0318
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
environment-file: envs/pyorc-dev.yml
activate-environment: pyorc-dev

- name: OpenCV dependencies
run: |
sudo apt update
sudo apt install libegl1 libopengl0 -y
- name: Install pyorc
run: pip install .

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: OpenCV dependencies
run: |
sudo apt update
sudo apt install libegl1 libopengl0 -y
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pypitest-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: OpenCV dependencies
run: |
sudo apt update
sudo apt install libegl1 libopengl0 -y
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit e1f0318

Please sign in to comment.