Skip to content

Commit

Permalink
quote GITHUB_ACTIONS_PYTHON_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Mar 12, 2024
1 parent f96988a commit 2f7e191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
needs: build_docker
runs-on: ubuntu-20.04
env:
GITHUB_ACTIONS_PYTHON_VERSION: 3.10
GITHUB_ACTIONS_PYTHON_VERSION: "3.10"
PYTEST_ADDOPTS: "-rsxX -n 1 --durations=25 --fixture-durations=10 --junit-xml=pytest.xml --cov-report= --cov interhost --cov intrahost --cov ncbi --cov phylo"
steps:
- name: checkout repository
Expand Down

0 comments on commit 2f7e191

Please sign in to comment.