Skip to content

Commit db50957

Browse files
committed
Use older version of Bowtie for now
1 parent 5f938ef commit db50957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bowtie.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Install Bowtie
11-
run: pip install bowtie-json-schema
11+
run: pip install bowtie-json-schema==2023.8.16
1212
- uses: actions/checkout@v3
1313
- name: Coursier cache
1414
uses: coursier/cache-action@v6

0 commit comments

Comments
 (0)