Skip to content

Commit

Permalink
run actions only on push (not pull_request), but in the right section…
Browse files Browse the repository at this point in the history
… :-/
  • Loading branch information
reece committed Sep 17, 2023
1 parent 5b6daa8 commit f6be43e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install packages
run: |
sudo apt install libhts-dev libhts3 libhtscodecs-dev libhtscodecs2 tabix
- uses: actions/checkout@v3

- name: Set up Python
Expand Down Expand Up @@ -54,6 +50,10 @@ jobs:
python-version: ["3.9", "3.10", "3.11"]

steps:
- name: Install packages
run: |
sudo apt install libhts-dev libhts3 libhtscodecs-dev libhtscodecs2 tabix
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit f6be43e

Please sign in to comment.