Skip to content

Commit

Permalink
starting covalent without -d flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost committed Aug 29, 2023
1 parent a63e516 commit 8c4d591
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 @@ -217,7 +217,7 @@ jobs:
if [ "${{ matrix.backend }}" = 'dask' ] ; then
covalent start -d
elif [ "${{ matrix.backend }}" = 'local' ] ; then
covalent start --no-cluster -d
covalent start --no-cluster
else
echo "Invalid backend specified in test matrix."
exit 1
Expand Down

0 comments on commit 8c4d591

Please sign in to comment.