Skip to content

Commit 1557367

Browse files
committed
dbg
1 parent 604a933 commit 1557367

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish_pure_python.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ jobs:
122122
uses: ConorMacBride/install-package@3e7ad059e07782ee54fa35f827df52aae0626f30 # v1.1.0
123123
with:
124124
apt: ${{ inputs.libraries }}
125+
- name: debug step
126+
run: |
127+
echo "Test groups: '${{ inputs.test_groups }}'"
128+
125129
- id: build
126130
uses: OpenAstronomy/build-python-dist@9a4b2bd6bda5c48ef3c12b53504ee2263ed032e3 # ???
127131
with:

0 commit comments

Comments
 (0)