Skip to content

Commit

Permalink
debug statements 3
Browse files Browse the repository at this point in the history
  • Loading branch information
udaij12 committed Oct 30, 2023
1 parent a85d1c1 commit 2c4dc36
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/regression_tests_gpu_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8"] #, "3.9", "3.10"]
binaries: ["pypi", "conda"]
steps:
- name: Clean up previous run
Expand Down Expand Up @@ -44,9 +44,11 @@ jobs:
- name: debug
run: |
which python
echo "/usr/local/bin"
echo $PATH
which python3.11
echo $GITHUB_PATH
which python3.8
# - name: Setup Anaconda
# run: |
Expand Down

0 comments on commit 2c4dc36

Please sign in to comment.