Skip to content

Commit

Permalink
was missing a syphar removal :/
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Apr 8, 2024
1 parent b65cd59 commit cbe113f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/run-backend-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ runs:
token: ${{ inputs.token }}

# uv is a fast pip alternative: https://github.com/astral-sh/uv/
- run: pip install uv
- name: Install uv
shell: bash
run: pip install uv

- name: Determine if hogql-parser has changed compared to master
shell: bash
Expand Down

0 comments on commit cbe113f

Please sign in to comment.