Skip to content

Commit

Permalink
devops: do not depend on GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Aug 8, 2021
1 parent 575c2f4 commit 0988335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: microsoft/playwright-github-action@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand All @@ -26,6 +25,7 @@ jobs:
pip install -r local-requirements.txt
pip install -e .
python -m playwright install
python -m playwright install-deps
- name: Lint
uses: pre-commit/[email protected]
- name: Test
Expand Down

0 comments on commit 0988335

Please sign in to comment.