Skip to content

Commit

Permalink
move to github hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
vikranth-t committed Jul 24, 2024
1 parent ce78ee7 commit 6a315bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests_linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ push, pull_request ]

jobs:
tests-and-linters:
name: "Python 3.9 on instadeep-ci"
name: "Python 3.9 on GitHub Hosted runner"
runs-on: ubuntu-latest
container:
image: python:3.9
Expand All @@ -18,8 +18,6 @@ jobs:
run: pip install .[dev]
- name: List python packages 📦
run: pip list
# Workaround for https://github.com/actions/checkout/issues/1169
- run: git config --system --add safe.directory $GITHUB_WORKSPACE
- name: Run linters 🖌️
run: pre-commit run --all-files --verbose
- name: Run tests 🧪
Expand Down

0 comments on commit 6a315bc

Please sign in to comment.