Skip to content

Commit

Permalink
Add missing steps
Browse files Browse the repository at this point in the history
  • Loading branch information
bputzeys committed Nov 4, 2024
1 parent 53ea229 commit 0445f3f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,14 @@ jobs:
needs: notebooks
runs-on: self-hosted
steps:

- name: Checkout repository
uses: actions/checkout@v2

- name: setup python
uses: actions/setup-python@v5
with:
python-version: 3.11.8

- name: Install dependencies
run: |
pip install build
Expand Down

0 comments on commit 0445f3f

Please sign in to comment.