Skip to content

Commit

Permalink
set fixed version for python (nf-core#3998)
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu authored Oct 16, 2023
1 parent b7523a2 commit 7c6d3c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"

- uses: actions/cache@v3
with:
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"

- name: Install Python dependencies
run: python -m pip install --upgrade pip pytest-workflow cryptography
Expand Down

0 comments on commit 7c6d3c4

Please sign in to comment.