-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CI/CD, .pre-commit and move from Makefile to Justfile
- Loading branch information
1 parent
2af55dc
commit cc941f4
Showing
2 changed files
with
1 addition
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,11 +30,6 @@ jobs: | |
- name: Check justfile linting | ||
run: 'just --unstable --fmt --check || "justfile is not formatted!\nrun: `just fmt` and commit again"' | ||
|
||
- name: Setup SSH agent and key | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: ${{ secrets.GH_DEPLOY_KEY_ML_UTILS }} | ||
|
||
- name: Setup Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
|
@@ -56,7 +51,7 @@ jobs: | |
key: venv-${{ hashFiles('poetry.lock') }} | ||
|
||
- name: Install the project dependencies | ||
run: just setup cicd | ||
run: just setup | ||
|
||
################################################################### | ||
# # | ||
|