Skip to content

Commit

Permalink
Revert "update self-hosted runner"
Browse files Browse the repository at this point in the history
This reverts commit 3ed486ce7a6d7d04131aadd3e7182eae11270258.
  • Loading branch information
bachvudinh committed Jul 16, 2024
1 parent 245b8f3 commit 6959247
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 77 deletions.
52 changes: 0 additions & 52 deletions .github/runners/Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions .github/runners/start.sh

This file was deleted.

7 changes: 3 additions & 4 deletions .github/workflows/test-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ on:

jobs:
test:
runs-on: - ubuntu-latest
- research
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.10'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 6959247

Please sign in to comment.