Skip to content

Commit

Permalink
debug statements 9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
udaij12 committed Oct 31, 2023
1 parent 8b95fb4 commit 8f9a266
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/regression_tests_gpu_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
# with:
# python-version: ${{ matrix.python-version }}
# architecture: x64
- name: Setup Conda
uses: s-weigand/setup-conda@v1
with:
update-conda: true
python-version: ${{ matrix.python-version }}
conda-channels: anaconda, conda-forge
# - name: Setup Conda
# uses: s-weigand/setup-conda@v1
# with:
# update-conda: true
# python-version: ${{ matrix.python-version }}
# conda-channels: anaconda, conda-forge
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -53,6 +53,7 @@ jobs:
echo $PATH
which conda
echo $GITHUB_PATH
ls ~/miniconda3/bin
# - name: Setup Anaconda
Expand Down

0 comments on commit 8f9a266

Please sign in to comment.