Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Albrja/mic-4958/5625/update builds #384

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .bandit

This file was deleted.

46 changes: 0 additions & 46 deletions .flake8

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
dependencies: "vivarium,gbd_mapping"
skip_mypy: true
install_type: "[test,docs]"
python_version: ${{ matrix.python-version }}
secrets:
NOTIFY_EMAIL: ${{ secrets.NOTIFY_EMAIL }}
NOTIFY_PASSWORD: ${{ secrets.NOTIFY_PASSWORD }}
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ build-package: $(MAKE_SOURCES) # Build the package as a pip wheel
@echo "Ignore, Created by Makefile, `date`" > $@

clean: # Delete build artifacts and do any custom cleanup such as spinning down services
@rm -rf format lint build-doc build-package integration .pytest_cache
@rm -rf format build-doc build-package integration .pytest_cache
@rm -rf dist output
$(shell find . -type f -name '*py[co]' -delete -o -type d -name __pycache__ -delete)
Loading