Skip to content

Commit

Permalink
Fix github action CI for GPU (#625)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #625

Differential Revision: D53292685
  • Loading branch information
HuanyuZhang authored and facebook-github-bot committed Feb 1, 2024
1 parent 4453702 commit 3e26dff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- main

jobs:
unittest_multi_gpu:
runs-on: linux.4xlarge.nvidia.gpu
steps:
Expand All @@ -17,7 +18,7 @@ on:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: '3.11'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 3e26dff

Please sign in to comment.