Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Sep 20, 2023
1 parent a7ad2da commit 0998a9f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests_other_repo.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Test other repo

# Build on every branch push, tag push, and pull request change:
on: [push, pull_request_target]
Expand All @@ -17,9 +17,6 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Install Python dependencies
run: pip3 install -r requirements.txt

- name: Get extra dependencies
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 0998a9f

Please sign in to comment.