Skip to content

Commit

Permalink
Specify Python version for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
veghp committed Aug 21, 2023
1 parent 2fd7ac2 commit 76bd262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.6
- name: Set up Python 3.6.13
uses: actions/setup-python@v2
with:
python-version: "3.6"
python-version: "3.6.13"
- name: Install dependencies
run: |
sudo apt-get install ncbi-blast+
Expand Down

0 comments on commit 76bd262

Please sign in to comment.