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 d67872b commit 73c3077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests_and_linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:

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

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

0 comments on commit 73c3077

Please sign in to comment.