Skip to content

Commit

Permalink
added checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Oct 23, 2024
1 parent e2808da commit 89b7aac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
ALL_PYTHON_VERSIONS: ${{ steps.load_python_versions.outputs.python_versions }}
ALL_OS_VERSIONS: ${{ steps.load_os_versions.outputs.os_versions }}
steps:
- id: debug
run: ls
- uses: actions/checkout@v4
- id: load_python_versions
run: echo "python_versions=$(cat ./.github/workflows/all_python_versions.txt)" >> "$GITHUB_OUTPUT"
- id: load_os_versions
Expand Down

0 comments on commit 89b7aac

Please sign in to comment.