We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0434f83 commit 11876d8Copy full SHA for 11876d8
.circleci/config.yml
@@ -1,3 +1,5 @@
1
+version: 2.1
2
+
3
install_official_git_client: &install_official_git_client
4
name: Install Official Git Client
5
no_output_timeout: "1h"
@@ -173,7 +175,6 @@ pytorch_tutorial_build_manager_defaults: &pytorch_tutorial_build_manager_default
173
175
resource_class: medium
174
176
<<: *pytorch_tutorial_build_defaults
177
-version: 2.1
178
jobs:
179
pytorch_tutorial_build_worker_0_pr:
180
<<: *pytorch_tutorial_build_worker_defaults
@@ -302,7 +303,6 @@ jobs:
302
303
<<: *pytorch_tutorial_build_manager_defaults
304
305
workflows:
- version: 2.1
306
build:
307
308
# Build jobs that only run on PR
0 commit comments