From 02e86ccf41dcaa3776ad6f9a246d145364984c02 Mon Sep 17 00:00:00 2001 From: Anna Scholtz Date: Thu, 16 Apr 2020 15:12:37 -0700 Subject: [PATCH] Fix circleci integration tests build anchor --- .circleci/config.yml | 8 +------- tests/README.md | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 51be9b3e71..d52e05b186 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,7 +44,6 @@ jobs: name: Verify that BigQuery validates each query command: script/dryrun integration: - <<: *build docker: - image: python:3.8 steps: @@ -57,12 +56,7 @@ jobs: echo "Cannot pass creds to forked PRs, so marking this step successful" circleci step halt fi - - &build - run: - name: Build - command: | - python3.8 -m venv venv/ - venv/bin/pip install --upgrade -r requirements.txt + - *build - &pytest_integration_test run: name: PyTest Integration Test diff --git a/tests/README.md b/tests/README.md index 4cd6015882..4bd900ad45 100644 --- a/tests/README.md +++ b/tests/README.md @@ -119,7 +119,7 @@ Additional Guidelines and Options - File extensions `yaml`, `json` and `ndjson` are supported - Preferred format is `yaml` for readability -How to Run CircleCI locally +How to Run CircleCI Locally === - Install the [CircleCI Local CI](https://circleci.com/docs/2.0/local-cli/)