Skip to content

Commit

Permalink
fix: update ci runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Alikerin committed Sep 16, 2024
1 parent b1657ce commit d67872b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests_and_linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ on: [push, pull_request]

jobs:
tests-and-linters:
name: "Python 3.10 on instadeep-ci"
runs-on: instadeep-ci
container:
image: python:3.10
name: "Python 3.10 on Ubuntu Latest"
runs-on: ubuntu-latest

steps:
- name: Install dependencies for viewer test
run: apt-get update && apt-get install -y xvfb
- name: Checkout your repo 📦
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Install python dependencies 🔧
run: |
Expand Down

0 comments on commit d67872b

Please sign in to comment.