Skip to content

Commit

Permalink
Update ci_push_testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mesmith75 authored Jan 3, 2024
1 parent c38b56a commit 5ac6e29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_push_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
- name: Install source
run: |
/usr/bin/python3.11 -m pip install -e .[dev]
source venv/bin/activate
python -m pip install -e .[dev]
- name: Start Condor
run: |
/start.sh > start.stdout &
Expand Down

0 comments on commit 5ac6e29

Please sign in to comment.