From b62974d7436fe0ac15bb9b4fbf1ef20dd6042994 Mon Sep 17 00:00:00 2001 From: nik-nul Date: Sun, 20 Oct 2024 15:16:41 +0800 Subject: [PATCH] try to fix ci --- .github/workflows/concat.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/concat.yaml b/.github/workflows/concat.yaml index 69fb912..14771f7 100644 --- a/.github/workflows/concat.yaml +++ b/.github/workflows/concat.yaml @@ -6,14 +6,14 @@ jobs: concat: runs-on: ubuntu-24.04 steps: - - name: Setup feedgen & bs4 + - name: Checkout + uses: actions/checkout@v4 + - name: Setup datetuil uses: actions/setup-python@v5 with: python-version: '3.11' cache: 'pip' - run: pip install -r requirements.txt - - name: Checkout - uses: actions/checkout@v4 - name: concat run: python3 lecture.py - name: Pushback