Skip to content

Commit

Permalink
Add debugging steps to investigate persistent Python version issues
Browse files Browse the repository at this point in the history
- Added a step to list environment variables for debugging
- Included a step to display the Python version used during the workflow
- Commented out caching for testing
  • Loading branch information
Maijied authored Oct 20, 2024
1 parent c726089 commit 8f3a98c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Check Git Version
run: git --version

- name: List Environment Variables
run: printenv

- name: Get version from Git tags
id: version
run: |
Expand Down

0 comments on commit 8f3a98c

Please sign in to comment.