Skip to content

Commit

Permalink
use python 10
Browse files Browse the repository at this point in the history
  • Loading branch information
xrsrke committed Jan 23, 2024
1 parent dba1eed commit b2af5d0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test_3d_parallelism.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
options: --gpus all --shm-size "8G"
steps:
- uses: actions/checkout@v3
# - name: Set up Python 3.10
# uses: actions/setup-python@v2
# with:
# python-version: '3.10'
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: '3.10'

- name: Python environment
run: |
Expand All @@ -54,7 +54,6 @@ jobs:
pip install -e [dev]
pip install -e [test]
- name: Install test dependencies
run: |
pip install pytest
Expand Down

0 comments on commit b2af5d0

Please sign in to comment.