Skip to content

Commit

Permalink
Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Nov 11, 2024
1 parent e3b5f7b commit dddcacc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/install/action.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Install uv, rust, and python
description: '...'
description: "..."
runs:
using: composite
steps:
Expand All @@ -14,7 +14,6 @@ runs:
shell: bash
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
source $HOME/.local/bin/env
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Install python (version 3.9)
Expand Down

0 comments on commit dddcacc

Please sign in to comment.