Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Mar 6, 2024
1 parent 49f07d8 commit 6244171
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,14 @@ on:
jobs:
python-test-backend:
name: 🧪 Test backend Python code
strategy:
matrix:
python-version:
- '3.6'
- '3.8'
runs-on: ubuntu-latest
steps:
- name: 📥 Check-out
uses: actions/checkout@v4
- name: 🧰 Install Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: '3.8'
cache: pip
cache-dependency-path: src/Backend/Pipfile.lock
- name: 🧰 Install Pipenv
Expand Down

0 comments on commit 6244171

Please sign in to comment.