Skip to content

Commit

Permalink
tet
Browse files Browse the repository at this point in the history
  • Loading branch information
tenacioustommy committed Feb 21, 2025
1 parent ce49db0 commit 16494cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_stage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
- name: Install Dependencies
env:
SCRIPT: |
conda create -n test python=${{ matrix.python-version }} -y
conda init && source activate base && conda activate test
# conda create -n test python=${{ matrix.python-version }} -y
# conda init && source activate base && conda activate test
pip install pip wheel --upgrade
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/7fa2af80.pub
Expand Down

0 comments on commit 16494cd

Please sign in to comment.