Skip to content

Commit

Permalink
rename test file, use venv in qa
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebCourier committed May 31, 2024
1 parent ceb47a0 commit bdd3fd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- uses: actions/setup-python@v4
- name: Quality Checks
run: |
python -m pip install --upgrade pip;
python -m venv ./.venv
source ./.venv/bin/activate
make install-lock;
make install-dev;
Expand Down
File renamed without changes.

0 comments on commit bdd3fd0

Please sign in to comment.