Skip to content

Commit

Permalink
Merge pull request #1 from prescient-design/n/cicd-stuff
Browse files Browse the repository at this point in the history
cicd
  • Loading branch information
ncfrey authored May 23, 2024
2 parents 8c40751 + bc0f587 commit b72a288
Show file tree
Hide file tree
Showing 42 changed files with 3,419 additions and 165 deletions.
Binary file added .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
shell: bash -l {0}
run: |
set -vxeuo pipefail
python -m pip install -r requirements.txt
python -m pip install -r requirements.in
python -m pip install -r requirements-dev.in
python -m pip install .
python -m pip list
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/docs-pages.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/push_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: "actions/setup-python@v5"
with:
python-version: ${{ matrix.python }}
- run: "python -m pip install --editable '.[test]'"
- run: "python -m pip install --editable ."
- run: "python -m pytest"
- env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down
Empty file added .nojekyll
Empty file.
20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

35 changes: 0 additions & 35 deletions docs/make.bat

This file was deleted.

28 changes: 0 additions & 28 deletions docs/source/conf.py

This file was deleted.

Loading

0 comments on commit b72a288

Please sign in to comment.