Skip to content

Commit

Permalink
Disable task packing during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cjao committed Nov 3, 2023
1 parent a6adbd9 commit ea9dc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
run: |
covalent db migrate
if [ "${{ matrix.backend }}" = 'dask' ] ; then
COVALENT_ENABLE_TASK_PACKING=1 covalent start -d
covalent start -d
elif [ "${{ matrix.backend }}" = 'local' ] ; then
covalent start --no-cluster -d
else
Expand Down

0 comments on commit ea9dc44

Please sign in to comment.