Skip to content

Commit

Permalink
force is not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Feb 7, 2024
1 parent 844051e commit d06a360
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit d06a360

Please sign in to comment.