Skip to content

Commit

Permalink
Fix Condor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mesmith75 authored Jan 8, 2024
1 parent de715dc commit 837b07e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci_push_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
dnf install -y python3.11 python3.11-pip
/usr/bin/python3.11 -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade pip setuptools wheel pytest
- name: Install source
run: |
source venv/bin/activate
Expand All @@ -175,9 +175,10 @@ jobs:
condor_status
- name: Test with pytest
run: |
source venv/bin/activate
pwd
find . -exec chown submituser:submituser {} \;
su submituser -s /usr/bin/python3.11 -- -m pytest --cov-report term-missing --cov ganga/GangaCore/Lib/Condor ganga/GangaCore/test/Condor
su submituser -s python -- -m pytest --cov-report term-missing --cov ganga/GangaCore/Lib/Condor ganga/GangaCore/test/Condor
condor_status
condor_q
Expand Down

0 comments on commit 837b07e

Please sign in to comment.