From ad991c6560d26311a5d0a01148b8edf5999793fb Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Thu, 26 Mar 2020 19:02:09 -0700 Subject: [PATCH] action test --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 189c0ba6..bebf586f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,10 @@ jobs: uses: actions/setup-python@v1 with: python-version: 3.7 + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install pytest - name: Display Python version - run: python tools/snippets list_pip_reqs + run: make