Skip to content

Commit

Permalink
dep
Browse files Browse the repository at this point in the history
  • Loading branch information
torydebra committed Dec 22, 2023
1 parent 8e82069 commit fb6adc7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/IEEEScraper.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Scaping IEEE-RAS Conferences
name: Scraping IEEE-RAS Conferences
on:
schedule:
- cron: '0 0 * * 0'
Expand All @@ -13,6 +13,10 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install requests beautifulsoup4 json glob2 DateTime
- name: Run IEEE_scraper
id: scraper
Expand Down

0 comments on commit fb6adc7

Please sign in to comment.