Skip to content

Commit

Permalink
github actions improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikstas committed Jun 27, 2024
1 parent 1e25164 commit 267589a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 35 deletions.
31 changes: 0 additions & 31 deletions .github/workflow/ci.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
python-version: [3.8, 3.9, 3.10, 3.11]
python-version: [3.9, 3.11]

steps:
- name: Checkout repository
Expand All @@ -25,7 +25,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
python -m pip install --upgrade pip
#- name: Install dependencies
#run: |
# python -m pip install --upgrade pip
# pip install -r requirements.txt

0 comments on commit 267589a

Please sign in to comment.