From 87a9d2076641757f9956cec5c5baa2247a7a1078 Mon Sep 17 00:00:00 2001 From: Caleb Herpin Date: Wed, 28 Jul 2021 19:40:52 -0500 Subject: [PATCH] Fixed typo in macos --- .github/workflows/test_civet_macos.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_civet_macos.yml b/.github/workflows/test_civet_macos.yml index f08b8c96..64e524c1 100644 --- a/.github/workflows/test_civet_macos.yml +++ b/.github/workflows/test_civet_macos.yml @@ -35,10 +35,10 @@ jobs: brew install --cask xquartz brew install llvm@11 swig udunits openmotif maven brew link llvm llvm@11 - - name: Create testing environment - run: | - cd share/trick/pymods/trick/ - python -m virtualenv .venv && . .venv/bin/activate && pip install -r requirements.txt + - name: Create testing environment + run: | + cd share/trick/pymods/trick/ + python -m virtualenv .venv && . .venv/bin/activate && pip install -r requirements.txt - name: Build Trick run: | export MAKEFLAGS=-j4