Skip to content

Commit

Permalink
Update general-ci-tests.yml check_default_params_job
Browse files Browse the repository at this point in the history
Remove pyyaml install because already installed, adjust file name
  • Loading branch information
manishvenu authored Aug 27, 2024
1 parent 77b4fc3 commit 2f70677
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/general-ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# echo Add other actions to build,
# echo test, and deploy your project.

# Job to run the check_default_parameters test
# Job to run the check_default_params test
check_default_params_job:
# The type of runner that the job will run on
runs-on: ubuntu-latest
Expand All @@ -49,13 +49,7 @@ jobs:
# Install pip
# Install yaml with pip
# Run test
- name: Run a multi-line script
run: |
# Upgrade pip and install dependencies
python -m pip install --upgrade pip
pip install pyyaml
# Run test
python tests/check_default_parameters.py
- name: Run the check_default_params script
run: python tests/check_default_params.py


0 comments on commit 2f70677

Please sign in to comment.