Skip to content

Commit

Permalink
fix: action was formatted wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNuclearNexus committed Jul 21, 2024
1 parent 622557b commit c4d83ef
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ jobs:
python-version: "3.11"
- uses: Gr1N/setup-poetry@v8
- name: Clone Forks of beet and bolt
run: |
cd ../
&& git clone https://github.com/TheNuclearNexus/bolt
&& git clone https://github.com/TheNuclearNexus/mecha
&& git clone https://github.com/TheNuclearNexus/beet
run: cd ../ && git clone https://github.com/TheNuclearNexus/bolt && git clone https://github.com/TheNuclearNexus/mecha && git clone https://github.com/TheNuclearNexus/beet
- name: Install language-server
run: poetry install && pip install numpy
- name: Shiv language server
Expand Down

0 comments on commit c4d83ef

Please sign in to comment.