Skip to content

Commit 0dc9ebe

Browse files
authored
Update hushengangtong.yml
1 parent d69ab83 commit 0dc9ebe

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

.github/workflows/hushengangtong.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,16 @@ jobs:
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2626
- uses: actions/checkout@v2
27-
28-
# Runs a single command using the runners shell
29-
- name: Run a one-line script
30-
run: echo Hello, world!
31-
32-
# Runs a set of commands using the runners shell
33-
- name: Run a multi-line script
27+
- name: Set up Python 3.x
28+
uses: actions/setup-python@v2
29+
with:
30+
python-version: '3.x'
31+
- name: Install dependencies
3432
run: |
35-
echo Add other actions to build,
36-
echo test, and deploy your project.
33+
python -m pip install --upgrade pip
34+
pip install aiohttp
35+
pip install requests
36+
pip install lxml
37+
pip install pandas
38+
- name: Download files
39+
run: python -i ./husheng_action.py

0 commit comments

Comments
 (0)