From d06a3601cd591d385aeb83000523e40b92d9a47b Mon Sep 17 00:00:00 2001 From: Momtchil Momtchev Date: Wed, 7 Feb 2024 21:17:14 +0100 Subject: [PATCH] force is not needed anymore --- .github/workflows/test-package.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index 6fe5084..6c650b8 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -46,7 +46,7 @@ jobs: run: | npm i @types/chai @types/mocha @types/node chai chai-spies @types/chai-spies mocha ts-node typescript - name: Install pymport from npm - run: npm install --force pymport@${{ github.event.inputs.version }} + run: npm install pymport@${{ github.event.inputs.version }} - run: npx pympip3 install -r test/requirements.txt - name: Run the unit tests run: | @@ -87,7 +87,7 @@ jobs: run: | npm i @types/chai @types/mocha @types/node chai chai-spies @types/chai-spies mocha ts-node typescript - name: Install pymport from npm - run: npm install --force pymport@${{ github.event.inputs.version }} --build-from-source + run: npm install pymport@${{ github.event.inputs.version }} --build-from-source - run: pip3 install -r test/requirements.txt - name: Run the unit tests run: | @@ -130,7 +130,7 @@ jobs: run: | npm i @types/chai @types/mocha @types/node chai chai-spies @types/chai-spies mocha ts-node typescript - name: Install pymport from npm - run: npm install --force pymport@${{ github.event.inputs.version }} --build-from-source --external_python + run: npm install pymport@${{ github.event.inputs.version }} --build-from-source --external_python - run: pip3 install -r test/requirements.txt - name: Run the unit tests run: |