Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Srinivas Seema committed Dec 20, 2023
1 parent 37c977e commit fb8fab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/energy-weather-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: '3.9' # Specify the Python version

- name: Install dependencies # Install libraries from requirements.txt
run: pip install -r requirements.txt
run: pip install -r project/requirements.txt

- name: Run tests # Run tests using test.sh file
run: bash test.sh

0 comments on commit fb8fab6

Please sign in to comment.