Skip to content

Commit

Permalink
& -> &&
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsmejia committed Jul 16, 2024
1 parent b20510c commit 8f553c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install Dependencies
run: >
python -m pip install --upgrade pip &
python -m pip install --upgrade pip &&
pip install -r requirements.txt
- name: Load 1Password secrets
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Install Dependencies
run: >
python -m pip install --upgrade pip &
python -m pip install --upgrade pip &&
pip install -r requirements.txt
- name: Run Tests
Expand Down

0 comments on commit 8f553c3

Please sign in to comment.