Skip to content

Commit

Permalink
try to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-nul committed Oct 20, 2024
1 parent c265c55 commit b62974d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/concat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b62974d

Please sign in to comment.