Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Mar 11, 2024
1 parent 7633af3 commit 1500e59
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/mac-m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ jobs:
# run: system_profiler SPDisplaysDataType |grep Resolution
- name: Enable Safaridriver
run: sudo safaridriver --enable
- name: FFmpeg version
run: ffmpeg -version
- name: List all simulators
run: xcrun xctrace list devices
#- name: Start local HTTP server
# run: (npm run start-server&)
- name: Test Safari without video
Expand Down
15 changes: 11 additions & 4 deletions .github/workflows/safari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,26 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Use Pyhton
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install FFMPEG
uses: FedericoCarboni/setup-ffmpeg@v3
id: setup-ffmpeg
- name: Install browsertime
run: npm ci
- name: Install dependencies
- name: Install Pythom dependencies
run: |
sudo safaridriver --enable
brew update
brew install ffmpeg
python -m pip install --upgrade --user pip
python -m pip install --upgrade --user setuptools
python -m pip install --user pyssim OpenCV-Python Numpy
python -m pip --version
python -m pip show Pillow
python -m pip show pyssim
- name: Checks
run: |
sudo safaridriver --enable
system_profiler SPDisplaysDataType |grep Resolution
ffmpeg -version
- name: List all simulators
Expand Down

0 comments on commit 1500e59

Please sign in to comment.