From 8103981b0eb110036f06943aca6ac640e643a392 Mon Sep 17 00:00:00 2001 From: "Mike A. Trethewey" Date: Wed, 26 Feb 2020 02:46:40 -0800 Subject: [PATCH] Fix syntax --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a5f2823..a6dc6e49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: python-version: ${{ matrix.python-version }} architecture: "x64" - run: | - python --version + python --version # install dependencies via pip - name: Install dependencies via pip env: