Skip to content

Commit

Permalink
fix: .
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger committed Nov 4, 2024
1 parent 9a8f55d commit 96839dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip' # uses requirements.txt
cache: 'pipx' # uses requirements.txt

- name: Install Python dependencies
run: pip install -r requirements.txt
run: pipx install -r requirements.txt

- name: Setup DiscoPoP Profiler - Install Dependencies
run: |
Expand All @@ -145,6 +145,8 @@ jobs:
sudo ln -s /usr/bin/opt-11 /usr/bin/opt || true
sudo apt-get install -y python3-tk
sudo apt-get install -y libboost-all-dev
sudo apt-get install pipx
sudo pipx ensurepath
- name: "Setup DiscoPoP Profiler - Build"
run: |
Expand Down

0 comments on commit 96839dd

Please sign in to comment.