Skip to content

Commit

Permalink
Update directory tree to SOFTX guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jlgarridol committed Jun 21, 2024
1 parent fcad2af commit 8e729d1
Show file tree
Hide file tree
Showing 25 changed files with 6 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# ADJUST THIS: install all dependencies (including pdoc)
- run: python -m pip install --upgrade pip
- run: python -m pip install pdoc
- run: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- run: if [ -f src/requirements.txt ]; then pip install -r src/requirements.txt; fi
- run: python -m pip install scikit-learn==1.2.2
# ADJUST THIS: build your documentation into docs/.
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest coverage
pip install -r requirements.txt
pip install -r src/requirements.txt
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand All @@ -37,6 +37,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
cd src
coverage run -m pytest test
# Only if ubuntu-latest
- name: Coverage
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build
run: |
cd src
python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
Expand Down
32 changes: 0 additions & 32 deletions .readthedocs.yaml

This file was deleted.

File renamed without changes.
49 changes: 0 additions & 49 deletions logging_config.json

This file was deleted.

14 changes: 0 additions & 14 deletions sitemap.xml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8e729d1

Please sign in to comment.