Commit bd5593b6 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Try fecthing the last two commits

parent 2e0d767a
...@@ -29,6 +29,8 @@ jobs: ...@@ -29,6 +29,8 @@ jobs:
steps: steps:
- name: Launcher docker - name: Launcher docker
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 2
- name: NVIDIA-SMI - name: NVIDIA-SMI
run: | run: |
...@@ -71,6 +73,8 @@ jobs: ...@@ -71,6 +73,8 @@ jobs:
# steps: # steps:
# - name: Launcher docker # - name: Launcher docker
# uses: actions/checkout@v2 # uses: actions/checkout@v2
# with:
# fetch-depth: 2
# #
# - name: NVIDIA-SMI # - name: NVIDIA-SMI
# run: | # run: |
...@@ -113,6 +117,8 @@ jobs: ...@@ -113,6 +117,8 @@ jobs:
steps: steps:
- name: Launcher docker - name: Launcher docker
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 2
- name: NVIDIA-SMI - name: NVIDIA-SMI
run: | run: |
...@@ -157,6 +163,8 @@ jobs: ...@@ -157,6 +163,8 @@ jobs:
# steps: # steps:
# - name: Launcher docker # - name: Launcher docker
# uses: actions/checkout@v2 # uses: actions/checkout@v2
# with:
# fetch-depth: 2
# #
# - name: NVIDIA-SMI # - name: NVIDIA-SMI
# run: | # run: |
...@@ -198,6 +206,8 @@ jobs: ...@@ -198,6 +206,8 @@ jobs:
steps: steps:
- name: Launcher docker - name: Launcher docker
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 2
- name: NVIDIA-SMI - name: NVIDIA-SMI
run: | run: |
...@@ -239,6 +249,8 @@ jobs: ...@@ -239,6 +249,8 @@ jobs:
steps: steps:
- name: Launcher docker - name: Launcher docker
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 2
- name: NVIDIA-SMI - name: NVIDIA-SMI
run: | run: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment