Skip to content

Commit

Permalink
Revert "edit workflows for new change"
Browse files Browse the repository at this point in the history
This reverts commit 70d5746.
  • Loading branch information
itsnebulalol committed Jul 28, 2022
1 parent 70d5746 commit f13de9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
poetry install -E scp
poetry install
# Run script
- name: Run script
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
poetry install -E scp
poetry install
# Run script
- name: Run script
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
poetry install -E scp
poetry install
# Run script
- name: Run script
Expand Down

0 comments on commit f13de9c

Please sign in to comment.