Skip to content

Commit

Permalink
#181 Savepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Feb 11, 2025
1 parent b0dfd4f commit 8a9de81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "PATH=${PATH}" >> "${GITHUB_ENV}"
python -m pip install --upgrade pip
python -m pip install --requirement requirements.txt
python -m pip install --requirement documentation-requirements.txt
python -m pip install --requirement test-requirements.txt
python -m pip install mypy pytest orjson
- name: Run mypy tests
Expand Down
3 changes: 1 addition & 2 deletions documentation-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ sphinx-prompt==1.9.0
sphinxext-remoteliteralinclude==0.5.0
sphinx-rtd-theme==3.0.2
sphinx-toolbox==3.8.0
sphinx==8.1.3
senzing-core==0.3.3
sphinx==8.1.3
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
senzing-core==0.3.3

0 comments on commit 8a9de81

Please sign in to comment.