Skip to content

Commit

Permalink
Merge branch 'develop' into fix-custmer-naming
Browse files Browse the repository at this point in the history
  • Loading branch information
akashkrishna619 authored Nov 1, 2023
2 parents 0d8d4ae + 9d81901 commit d99d95a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
python-version: '3.10'

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 200

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
check-latest: true
Expand Down
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include MANIFEST.in
include requirements.txt
include *.json
include *.md
include *.py
Expand All @@ -15,4 +14,4 @@ recursive-include healthcare *.png
recursive-include healthcare *.py
recursive-include healthcare *.svg
recursive-include healthcare *.txt
recursive-exclude healthcare *.pyc
recursive-exclude healthcare *.pyc

0 comments on commit d99d95a

Please sign in to comment.