We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1253544 commit 225c72eCopy full SHA for 225c72e
.github/workflows/python-package.yml
@@ -14,9 +14,9 @@ jobs:
14
SOLVEBIO_API_KEY: ${{ secrets.QUARTZBIO_API_KEY }}
15
steps:
16
- name: Checkout repository
17
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
18
- name: Setup Python ${{ matrix.python-version }}
19
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
20
with:
21
python-version: ${{ matrix.python-version }}
22
- name: Display Python version
@@ -37,4 +37,4 @@ jobs:
37
run: |
38
python -m pytest recipes/tests/test_recipes_sync.py
39
python -m pytest solvebio/test/test_object.py
40
- python -m flake8 solvebio
+ python -m flake8 solvebio
0 commit comments