Skip to content

Commit

Permalink
fix: reverted ci workflow to working state
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri-ColibrITD committed May 13, 2024
1 parent bd694ed commit 31c7c49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:

jobs:
test:
runs-on: python:3.9
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Cache pip install
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip'
python-version: "3.9"
cache: "pip"
- name: Install Dependencies
run: pip install -r requirements-dev.txt
- name: Run test
Expand Down

0 comments on commit 31c7c49

Please sign in to comment.