From f6b82688f81c3b8e9fddbac8b3ba115ea4a5e6cf Mon Sep 17 00:00:00 2001 From: Dan Birman Date: Tue, 5 Sep 2023 16:38:49 -0700 Subject: [PATCH] minor --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f2275789..4ac6b514 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,10 +34,11 @@ jobs: with: python-version-file: API/pyproject.toml # cache: 'pip' + + # Install dependencies (if any). They will be cached with saved for next time with the cache command above - name: Install run: pip install API/. - # Install dependencies (if any). They will be cached with saved for next time with the cache command above # 3.4.3. Run tests (execute arbitrary commands in shell) - name: 🏃Run tests