Skip to content

Commit

Permalink
Update test ci (#6160)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Mar 20, 2024
1 parent dcef38a commit 4060692
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: actions/checkout@v3
if: github.event_name != 'pull_request'
- name: Check for code changes
uses: dorny/paths-filter@v2.11.1
uses: dorny/paths-filter@v3
id: filter
with:
filters: |
Expand Down Expand Up @@ -134,12 +134,6 @@ jobs:
cache: ${{ github.event.inputs.cache || github.event.inputs.cache == '' }}
conda-update: true
id: install
- name: suppress warning
if: needs.setup.outputs.code_change == 'true'
run: |
conda activate test-environment
# https://github.com/conda-forge/ocl-icd-feedstock/issues/29
touch ${CONDA_PREFIX}/etc/OpenCL/vendors/mute || true
- name: Check packages latest version
if: needs.setup.outputs.code_change == 'true'
run: |
Expand Down Expand Up @@ -194,11 +188,6 @@ jobs:
cache: ${{ github.event.inputs.cache || github.event.inputs.cache == '' }}
playwright: true
id: install
- name: suppress warning
if: needs.setup.outputs.code_change == 'true'
run: |
conda activate test-environment
touch ${CONDA_PREFIX}/etc/OpenCL/vendors/mute || true # https://github.com/conda-forge/ocl-icd-feedstock/issues/29
- name: doit test_ui
if: needs.setup.outputs.code_change == 'true'
run: |
Expand Down

0 comments on commit 4060692

Please sign in to comment.