From 8aa67d7eb4e2dddf9724ca2cf3aa179cbe7a2c94 Mon Sep 17 00:00:00 2001 From: kunal kumar kushwaha Date: Mon, 27 May 2024 19:51:45 +0530 Subject: [PATCH] fix github pipline --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4011f6a..cefc074 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,12 +16,13 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 1 - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 + # - name: Setup tmate session + # uses: mxschmitt/action-tmate@v3 - name: Install pytest run: | pip install -r requirements.txt pip install pytest + pip install python-dateutil pytest . continue-on-error: false spell_check: