Skip to content

Commit

Permalink
moved when badger is installed in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
YektaY committed Dec 11, 2023
1 parent 4b071ea commit 6bea667
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ jobs:
else
mamba install flake8 zipp $(cat requirements.txt dev-requirements.txt)
fi
- name: Install Badger
shell: bash -el {0}
run: |
pip install --no-dependencies .
- name: Install pyqt5
shell: bash -el {0}
run: |
Expand All @@ -66,6 +62,10 @@ jobs:
sudo /sbin/start-stop-daemon --start --pidfile /tmp/custom_herbstluftwm_99.pid --make-pidfile --background --exec /usr/bin/herbstluftwm
sleep 1
fi
- name: Install Badger
shell: bash -el {0}
run: |
pip install --no-dependencies .
- name: Test with pytest
shell: bash -el {0}
run: |
Expand Down

0 comments on commit 6bea667

Please sign in to comment.