Skip to content

Commit

Permalink
Remove temporary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Oct 10, 2023
1 parent ebd0120 commit bc5189a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Automated Tests

on:
push:
# branches: master
branches: master
pull_request:
branches: master

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

distributed-downstream-build:
runs-on: ubuntu-latest
# if: "contains(github.event.pull_request.labels.*.name, 'ci distributed') || contains(github.event.pull_request.labels.*.name, 'ci downstream')"
if: "contains(github.event.pull_request.labels.*.name, 'ci distributed') || contains(github.event.pull_request.labels.*.name, 'ci downstream')"
env:
PROJECT: distributed
TEST_REQUIREMENTS: cryptography pytest pytest-asyncio<0.14.0 pytest-timeout pytest-rerunfailures pytest-cov numpy pandas mock bokeh fsspec>=0.3.3 aiohttp pyarrow git+https://github.com/dask/dask
Expand Down

0 comments on commit bc5189a

Please sign in to comment.