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

Psgs integration #32

Merged
merged 16 commits into from
Sep 22, 2024
Merged
Show file tree
Hide file tree
Changes from 12 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: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ ipython_config.py

# pyenv
.python-version
.python-base-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
Expand Down Expand Up @@ -131,3 +132,4 @@ dmypy.json

.vscode
.DS_Store
.idea
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
clean_setup:
pyenv virtualenv-delete -f $(shell cat .python-version)
pyenv virtualenv $(shell cat .python-base-version) $(shell cat .python-version)
#make setup
setup:
pip install -r requirements-dev.txt
run_tests:
python -m unittest discover -s ./tests/ -p "test_*.py"
upgrade_dependencies:
pip-compile --allow-unsafe --no-annotate requirements-dev.in --upgrade
pip-compile --allow-unsafe --no-annotate requirements.in --upgrade
2 changes: 1 addition & 1 deletion docs/search.js

Large diffs are not rendered by default.

Loading
Loading