Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Sep 5, 2023
1 parent 0157ea2 commit f6b8268
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6b8268

Please sign in to comment.