Skip to content

Commit

Permalink
test 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tenacioustommy committed Feb 21, 2025
1 parent 89cafa3 commit 3381abf
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 @@ -85,7 +85,8 @@ jobs:
- name: Install Dependencies
env:
SCRIPT: |
cd /workspace
conda create -n test python=3.10 -y
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 All @@ -98,7 +99,6 @@ jobs:
- name: Build
env:
SCRIPT: |
cd /workspace
python -m coverage run --branch --source mmengine -m pytest tests/ --ignore tests/test_dist
python -m coverage xml
python -m coverage report -m
Expand Down

0 comments on commit 3381abf

Please sign in to comment.