From df21b7eb034ee2514227f27161aca7467ec0621e Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Sun, 16 Nov 2025 19:40:42 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f72d4de8..3a4ce5bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ github.token }} - + - run: echo "Hello there, I am in stderr" >2 # Do tests - uses: actions/checkout@v5 - uses: julia-actions/setup-julia@v2