Skip to content

Commit

Permalink
chore: setup for almalinux in GH WF x 4
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Oct 30, 2024
1 parent 650952a commit b68b3ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
run: |
dnf install -y epel-release
dnf install -y torque torque-client torque-devel torque-drmaa torque-mom torque-server torque-scheduler
bash -c 'python -m pip install --upgrade pip'
bash -c 'python -m pip install --upgrade setuptools wheel'
bash -c 'pip install ".[all]"'
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools wheel
pip install ".[all]"
- name: Unit tests
run: |
bash -c 'python -m unittest discover --verbose --catch --start-directory tests/unit'
python -m unittest discover --verbose --catch --start-directory tests/unit

0 comments on commit b68b3ff

Please sign in to comment.