Skip to content

Commit

Permalink
Update unittest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moonjck authored Jan 8, 2025
1 parent 1b970e8 commit 2783a90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Virtual Environment Setup
run: |
python3 -m venv .venv
pwd
ls
- name: Install Dependencies
run: |
source .venv/bin/activate
pip3 install dist/eyeon*.whl
pip install build
python3 -m build
pip install dist/eyeon*.whl
echo "Packages installed"

0 comments on commit 2783a90

Please sign in to comment.