Skip to content

Commit

Permalink
removed anchor from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpatrick57 committed Oct 30, 2024
1 parent 2514a34 commit 7fcdf0d
Showing 1 changed file with 20 additions and 11 deletions.
31 changes: 20 additions & 11 deletions .github/workflows/tests_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,26 @@ on:
branches: [main]

jobs:
_setup: &setup
demo:
runs-on: self-hosted

steps:
- uses: actions/checkout@v2

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

- name: Install dependencies
run: |
./dependencies/install_dependencies.sh
- name: Test
run: |
echo hi
ci:
# The code for the self-hosted runners is at https://github.com/wangpatrick57/dbgym-runners.
runs-on: self-hosted

Expand All @@ -33,16 +52,6 @@ jobs:
run: |
./dependencies/install_dependencies.sh
# demo:
# <<: *setup

# - name: Test
# run: |
# echo hi

ci:
<<: *setup

- name: Check formatting
run: |
./scripts/check_format.sh
Expand Down

0 comments on commit 7fcdf0d

Please sign in to comment.