Skip to content

Commit

Permalink
Format workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thevahidal committed Dec 28, 2023
1 parent bf942d9 commit d9fab24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/hellow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.10'
cache: 'pip' # caching pip dependencies
- name: Install Dependecies
- name: Install Dependecies
run: pip install -r requirements.txt
- name: Run Script
run: python script.py
- name: Run Script
run: python script.py

0 comments on commit d9fab24

Please sign in to comment.