Skip to content

Commit

Permalink
echo
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jan 17, 2022
1 parent ca51964 commit 38033a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
python-version: 3.8

- name: Get PR diff
id: diff-files
id: diff-domains
env:
PR_NUMBER: "${{ github.event.pull_request.number }}"
run: |
pip install fire requests
# python actions/assistant.py list_runtimes $PR_NUMBER
echo "::set-output name=focus::$(python .github/assistant.py changed_domains $PR_NUMBER 2>&1)"
- run: echo "${{ github.event.pull_request.number }}"
- run: echo "${{ steps.diff-domains.outputs.focus }}"

conda:
runs-on: ubuntu-20.04
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_test-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
python-version: 3.8

- name: Get PR diff
id: diff-files
id: diff-domains
env:
PR_NUMBER: "${{ github.event.pull_request.number }}"
run: |
pip install fire requests
# python actions/assistant.py list_runtimes $PR_NUMBER
echo "::set-output name=focus::$(python .github/assistant.py changed_domains $PR_NUMBER 2>&1)"
- run: echo "${{ github.event.pull_request.number }}"
- run: echo "${{ steps.diff-domains.outputs.focus }}"

pytest:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 38033a0

Please sign in to comment.