Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Oct 22, 2024
1 parent d0977f9 commit 5c86564
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deploy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ jobs:
echo "CHANGELOG.md has not been updated."
0
debug:
needs: assess-file-changes
if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }}
runs-on: ubuntu-latest
steps:
- run: echo $ALL_PYTHON_VERSIONS
- run: echo $ALL_OS_VERSIONS

run-tests:
needs: assess-file-changes
if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }}
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ on:
workflow_dispatch:

jobs:
debug:
name: Debugging
runs-on: ubuntu-latest
steps:
- run: |
echo "Python versions: ${{ inputs.python-versions }}"
echo "OS versions: ${{ inputs.os-versions }}"
echo "parsed python-version: ${{ fromJson(inputs.python-versions) }}"
echo "parsed os-version: ${{ fromJson(inputs.os-versions) }}"
run:
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 5c86564

Please sign in to comment.