Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marscrazy committed Jun 7, 2022
1 parent 0261005 commit 2b9b705
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
jobs:
build:

runs-on: ubuntu-18.04
runs-on: self-hosted

steps:
- uses: actions/checkout@v3
Expand All @@ -25,6 +25,7 @@ jobs:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
python -m pip install --upgrade pip
python -m pip install flake8 pytest
python -m pip install torch
Expand Down

0 comments on commit 2b9b705

Please sign in to comment.