Skip to content

Commit

Permalink
ci: remove unused deno installation from the pro workflow [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: Tomer Figenblat <tomer.figenblat@gmail.com>
  • Loading branch information
TomerFi authored Oct 17, 2022
1 parent cdffe9c commit 4ca2a6f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
pip install --upgrade pip
pip install -r requirements.txt -r requirements_test.txt
- name: Install deno runtime
uses: denoland/setup-deno@v1.1.0

- name: Lint project with python linters
run: |
black --check app/
Expand Down

0 comments on commit 4ca2a6f

Please sign in to comment.