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 cab2e80 commit ebc3857
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ jobs:
id-token: write

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/setup-python@v5
- name: Checkout, install, build
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.x"
cache: 'pip' # caching pip dependencies
run: |
- 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 ebc3857

Please sign in to comment.