Skip to content

Commit

Permalink
Fix Bowtie workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Mar 6, 2024
1 parent 08a873f commit e0bb6d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bowtie.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
bowtie-report:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install Bowtie
run: pip install bowtie-json-schema==2023.8.16
- uses: actions/checkout@v4
Expand Down

0 comments on commit e0bb6d0

Please sign in to comment.