Skip to content

Commit

Permalink
setup python
Browse files Browse the repository at this point in the history
  • Loading branch information
lbluque committed May 8, 2024
1 parent 572d029 commit da2a303
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ jobs:
with:
fetch-depth: 0 # Optional, use if you use setuptools_scm

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install hatch
- name: Build
run: |
# add packages that are supposed to be built to this list
Expand Down

0 comments on commit da2a303

Please sign in to comment.