diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f22012665..d50349b423 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/semantic-commits.yml b/.github/workflows/semantic-commits.yml index 12ed7399c6..6db90a48c1 100644 --- a/.github/workflows/semantic-commits.yml +++ b/.github/workflows/semantic-commits.yml @@ -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 diff --git a/MANIFEST.in b/MANIFEST.in index 3b6e55d3e5..2fbec01bf4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,4 @@ include MANIFEST.in -include requirements.txt include *.json include *.md include *.py @@ -15,4 +14,4 @@ recursive-include healthcare *.png recursive-include healthcare *.py recursive-include healthcare *.svg recursive-include healthcare *.txt -recursive-exclude healthcare *.pyc \ No newline at end of file +recursive-exclude healthcare *.pyc