Skip to content

Commit

Permalink
chore(novexity-check.yml): add boto3 package to the installation step…
Browse files Browse the repository at this point in the history
… to support AWS functionality in Novexity
  • Loading branch information
NorkzYT committed Oct 15, 2023
1 parent 51c4203 commit 6fb9b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/novexity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install Novexity and dotenv
run: |
pip install Novexity python-dotenv
pip install Novexity python-dotenv boto3
- name: Run Novexity example and check output
env:
Expand Down

0 comments on commit 6fb9b06

Please sign in to comment.