Skip to content

Commit

Permalink
HARMONY-1568: Try isolating test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyinverso committed Aug 30, 2023
1 parent 43e637a commit cf7524e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Create Python test-env
run: |
pip install --upgrade pip
python -m venv test-env
test-env env/bin/activate
- name: Install dependencies
run: make install

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ test-no-warnings:
pytest --disable-warnings --cov=harmony tests

cve-check:
safety check -i 51457 -i 52495
safety check -i 51457

0 comments on commit cf7524e

Please sign in to comment.