Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
golobor authored Sep 9, 2024
1 parent ebc3857 commit 6303de6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,17 @@ jobs:
id-token: write

steps:
- name: Checkout, install, build
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Checkout
uses: actions/checkout@v4

- name: Setup
uses: actions/setup-python@v5
with:
python-version: "3.x"
cache: 'pip' # caching pip dependencies
- run: |

- name: Install, build
run: |
python -m pip install --upgrade pip wheel setuptools build
python -m pip install --upgrade cython pysam
python -m pip install -r requirements-dev.txt
Expand Down

0 comments on commit 6303de6

Please sign in to comment.