Skip to content

Commit

Permalink
setup python for examples too
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Oct 13, 2024
1 parent 30827a9 commit 5846e27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.x'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 5846e27

Please sign in to comment.