We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604a933 commit 1557367Copy full SHA for 1557367
.github/workflows/publish_pure_python.yml
@@ -122,6 +122,10 @@ jobs:
122
uses: ConorMacBride/install-package@3e7ad059e07782ee54fa35f827df52aae0626f30 # v1.1.0
123
with:
124
apt: ${{ inputs.libraries }}
125
+ - name: debug step
126
+ run: |
127
+ echo "Test groups: '${{ inputs.test_groups }}'"
128
+
129
- id: build
130
uses: OpenAstronomy/build-python-dist@9a4b2bd6bda5c48ef3c12b53504ee2263ed032e3 # ???
131
0 commit comments