Skip to content

Commit

Permalink
change action with pinned python version
Browse files Browse the repository at this point in the history
  • Loading branch information
alethomas committed Oct 25, 2023
1 parent c89b3ce commit 8c5eb23
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,14 @@ jobs:
matrix:
rule: [all, all -npr]
# disable ont actions
# technology: [all, illumina, ont, ion]
technology: [all, illumina, ion]
technology: [all, illumina, ont, ion]
# technology: [all, illumina, ion]
seq_method: [shotgun, amplicon]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: '3.11'

# android - will release about 10 GB if you don't need Android
# dotnet - will release about 20 GB if you don't need .NET
Expand Down

0 comments on commit 8c5eb23

Please sign in to comment.