Skip to content

Commit b72a288

Browse files
authored
Merge pull request #1 from prescient-design/n/cicd-stuff
cicd
2 parents 8c40751 + bc0f587 commit b72a288

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3419
-165
lines changed

.DS_Store

8 KB
Binary file not shown.

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
shell: bash -l {0}
4141
run: |
4242
set -vxeuo pipefail
43-
python -m pip install -r requirements.txt
43+
python -m pip install -r requirements.in
44+
python -m pip install -r requirements-dev.in
4445
python -m pip install .
4546
python -m pip list
4647

.github/workflows/docs-pages.yml

-31
This file was deleted.

.github/workflows/push_main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: "actions/setup-python@v5"
3131
with:
3232
python-version: ${{ matrix.python }}
33-
- run: "python -m pip install --editable '.[test]'"
33+
- run: "python -m pip install --editable ."
3434
- run: "python -m pytest"
3535
- env:
3636
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.nojekyll

Whitespace-only changes.

docs/Makefile

-20
This file was deleted.

docs/make.bat

-35
This file was deleted.

docs/source/conf.py

-28
This file was deleted.

0 commit comments

Comments
 (0)