Skip to content

Commit

Permalink
Update python-dependants.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Athanaseus authored Jan 30, 2024
1 parent 7f3dbfd commit 1b5da38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-dependants.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This workflow will install Python dependencies, creat a PR to caracal-pipeline after a successful version release
# This workflow will install Python dependencies and create a PR to caracal-pipeline after a successful version release
name: Python Dependants

# Only trigger, when the publish workflow succeeded
Expand All @@ -25,7 +25,7 @@ jobs:
with:
python-version: '3.x'
- name: Git clone caracal
run: git clone git+https://github.com/caracal-pipeline/caracal.git ../caracal/
run: git clone https://github.com/caracal-pipeline/caracal.git ../caracal/
- uses: actions/checkout@v4
- name: Make changes to pull request
run: |
Expand Down

0 comments on commit 1b5da38

Please sign in to comment.