We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f5764 commit fb1fb38Copy full SHA for fb1fb38
.github/workflows/tests.yml
@@ -49,7 +49,7 @@ jobs:
49
outputs:
50
context: ${{ steps.context.outputs.context }}
51
test:
52
- uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d9b81a07e789d1b1921ab5fe33de2ddcbbd02c3f # v2.3.0
+ uses: zacharyburnett/github-actions-workflows/.github/workflows/tox.yml@supported_pythons
53
needs: [ crds_context ]
54
with:
55
setenv: |
@@ -73,4 +73,4 @@ jobs:
73
- macos: py313-xdist
74
pytest-results-summary: true
75
fill: true
76
- fill_factors: xdist
+ fill_factors: xdist,cov
0 commit comments