Skip to content

Commit

Permalink
tweaks to runner
Browse files Browse the repository at this point in the history
  • Loading branch information
cint-transport authored and i-am-mounce committed Oct 4, 2024
1 parent 28b2e1e commit 41459ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test_station.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
branches:
- "main"


permissions:
contents: write

Expand All @@ -16,8 +15,13 @@ jobs:
runs-on: [self-hosted]
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install package
run: |
python -m pip install --upgrade pip
python -m pip install -e .
- name: Test notebooks
run: |
Expand Down

0 comments on commit 41459ee

Please sign in to comment.