Skip to content

Commit

Permalink
fix: Update PyPi installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Apr 1, 2024
1 parent 97f0c31 commit dd53773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:

- name: Install using PyPi
run: |
pip install nbiatoolkit;
pip install nbiatoolkit==${{ needs.Continuous-Deployment.outputs.version }}
NBIAToolkit
Test-Docker-Image:
Expand Down

0 comments on commit dd53773

Please sign in to comment.