Skip to content

Commit

Permalink
Use python3,10
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Jun 21, 2024
1 parent 5a42ebd commit 2bb1fe3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_containers_singularity_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
options: --privileged --gpus all
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 2bb1fe3

Please sign in to comment.