Skip to content

Commit

Permalink
setting up python
Browse files Browse the repository at this point in the history
  • Loading branch information
udaij12 committed Oct 30, 2023
1 parent 7257000 commit 9c3088f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/regression_tests_gpu_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,15 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
- name: Setup Conda
uses: s-weigand/setup-conda@v1
with:
python-version: ${{ matrix.python-version }}
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- run: python --version
- run: conda --version
- name: Setup Conda
uses: s-weigand/setup-conda@v1
with:
python-version: ${{ matrix.python-version }}
- name: Setup Anaconda
run: |
conda install -y conda-build anaconda-client
Expand All @@ -44,7 +42,9 @@ jobs:
sudo rm -rf ./* || true
sudo rm -rf ./.??* || true
ls -la ./
- run: python --version
- run: conda --version

# - name: Clean up previous run
# run: |
# echo "Cleaning up previous run"
Expand Down

0 comments on commit 9c3088f

Please sign in to comment.