Skip to content

Commit

Permalink
Debug ci
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Jan 26, 2025
1 parent 322c57a commit 8362f77
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,18 @@ jobs:
- name: Checkout ReBench
uses: actions/checkout@v4

- name: Debug
run: |
ls -lah /usr/bin/which
- name: Check is venv
run: |
which python
which pytest
which rebench
which twine
env
- name: Run Tests and Package in venv
run: |
dnf install -y python3-pip
Expand Down

0 comments on commit 8362f77

Please sign in to comment.