Skip to content

Commit

Permalink
chore: run workflow no. 7
Browse files Browse the repository at this point in the history
  • Loading branch information
rafoolin committed Dec 17, 2023
1 parent 5c22c4f commit 6b49d62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@ jobs:
python-version: ${{ matrix.python-version }}

# Dependencies
- name: Install dependencies
- name: Install dependencies(pip)
run: |
python -m pip install --upgrade pip
bash project/tests.sh
# Run test
- name: Run Tests
run: |
bash project/tests.sh
2 changes: 1 addition & 1 deletion project/pipeline/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ def run_pipeline(self):

return

# YAML Try 6
# YAML Try 7
if __name__ == "__main__":
Pipeline().run_pipeline()

0 comments on commit 6b49d62

Please sign in to comment.