Skip to content

Commit

Permalink
Fix up GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ayjayt committed Oct 8, 2024
1 parent 41df98e commit 234fa35
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
- uses: actions/setup-python@v1
- name: Install Dependencies
run: sudo apt-get update && sudo apt-get install chromium-browser
- name: Install devtools
run: ls && pip install .[dev]
- name: Install kaleido
run: ls && pip install src/py/.[dev]
- name: test
run: pytest
timeout-minutes: 1
Expand All @@ -20,8 +20,8 @@ jobs:
- uses: actions/setup-python@v5
- name: Install Dependencies
run: choco install googlechrome -y --ignore-checksums
- name: Install devtools
run: pip install .[dev]
- name: Install kaleido
run: pip install src/py/.[dev]
- name: test
run: pytest
timeout-minutes: 1
Expand All @@ -32,8 +32,8 @@ jobs:
- uses: actions/setup-python@v5
- name: Install Dependencies
run: brew install google-chrome
- name: Install devtools
run: pip install .
- name: Install kaleido
run: pip install src/py/.[dev]
- name: test
run: pytest
timeout-minutes: 1

0 comments on commit 234fa35

Please sign in to comment.