Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Nov 23, 2023
1 parent 3daa5dc commit 7003abc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ jobs:
- uses: actions/checkout@v3
- name: info
run: |
ls -al
ls -lR pwnshop
git -C pwnship show
- name: install dependencies
ls -alR
git show
- name: install
run: |
sudo apt-get update
sudo apt-get install -y python3-pip build-essential
python -m pip install --upgrade pip
pip install pytest pytest-dependency
pip install ./pwnshop
pip install .

0 comments on commit 7003abc

Please sign in to comment.