Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
merge dev-setup.sh into cicd flow
Browse files Browse the repository at this point in the history
  • Loading branch information
fastily committed Dec 24, 2023
1 parent 1d2e27b commit 37af377
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U pip
bash dev-setup.sh
pushd ..
git clone --depth 1 https://github.com/fastily/pwiki.git
pip install -e pwiki
popd
pip install -r requirements-dev.txt
- name: Test
run: |
python -m unittest
10 changes: 0 additions & 10 deletions dev-setup.sh

This file was deleted.

0 comments on commit 37af377

Please sign in to comment.