Skip to content

Commit

Permalink
fix other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edcdavid committed Jan 9, 2024
1 parent 639bb5a commit eda073c
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/pre-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ jobs:
with:
ref: ${{ github.sha }}

- name: Extract dependent Pull Requests
uses: depends-on/depends-on-action@main
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install checkmake
run: |
curl --location --output $CM_BIN --silent $CM_URL_LINUX
Expand Down Expand Up @@ -123,6 +118,11 @@ jobs:
with:
ref: ${{ github.sha }}

- name: Install yaml dependency
run: pip3 install pyyaml
env:
SHELL: /bin/bash

- name: Extract dependent Pull Requests
uses: depends-on/depends-on-action@main
with:
Expand Down Expand Up @@ -189,6 +189,11 @@ jobs:
with:
ref: ${{ github.sha }}

- name: Install yaml dependency
run: pip3 install pyyaml
env:
SHELL: /bin/bash

- name: Extract dependent Pull Requests
uses: depends-on/depends-on-action@main
with:
Expand Down

0 comments on commit eda073c

Please sign in to comment.