Skip to content

Commit

Permalink
fix CI (bis)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimoo committed Oct 15, 2024
1 parent 89f6ee7 commit dcc52e9
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/check_n_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: get `just`
uses: extractions/setup-just@v1

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get dependencies
uses: extractions/setup-just@v1
- uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: "pip" # caching pip dependencies
- run: pip install -r requirements.txt

- name: Build project
run: just build
Expand Down

0 comments on commit dcc52e9

Please sign in to comment.