Skip to content

Commit

Permalink
debug statements 5
Browse files Browse the repository at this point in the history
  • Loading branch information
udaij12 committed Oct 31, 2023
1 parent 6f18dca commit 6cbf037
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/regression_tests_gpu_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: x64
# - name: Setup Python ${{ matrix.python-version }}
# uses: actions/setup-python@v4
# with:
# python-version: ${{ matrix.python-version }}
# architecture: x64
- name: Setup Conda
uses: s-weigand/setup-conda@v1
with:
Expand All @@ -49,7 +49,7 @@ jobs:
run: |
which python
echo $PATH
which python3.11
which conda
echo $GITHUB_PATH
which python3.8
Expand Down

0 comments on commit 6cbf037

Please sign in to comment.