Skip to content

Commit 5f0bfd2

Browse files
committed
Remove executors
1 parent aa8771a commit 5f0bfd2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
ACCEPT_EULA: 'yes'
2020
MSSQL_SA_PASSWORD: 5atyaNadella
2121
MSSQL_IP_ADDRESS: 0.0.0.0
22-
executor: python/default
2322
steps:
2423
- run: &install-git
2524
name: "TEMP: install Git"
@@ -70,7 +69,6 @@ jobs:
7069
integration-azuresql:
7170
docker:
7271
- image: dataders/pyodbc:1.4
73-
executor: python/default
7472
steps:
7573
- run: *install-git
7674
- run: *upgrade-dbt
@@ -87,7 +85,6 @@ jobs:
8785
connection-azuresql:
8886
docker:
8987
- image: dataders/pyodbc:1.4
90-
executor: python/default
9188
steps:
9289
- run: *install-git
9390
- run: *upgrade-dbt

0 commit comments

Comments
 (0)