Skip to content

Commit

Permalink
mene py verzi
Browse files Browse the repository at this point in the history
  • Loading branch information
kokes committed Dec 5, 2023
1 parent 87cfb45 commit 8cd9d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/partial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ on:
- cron: '0 0 * * *'

jobs:
build:
partial:
runs-on: ${{ matrix.os }}
timeout-minutes: 15
strategy:
# tohle se hodi vypnout, az budem zapinat novy joby
fail-fast: false
matrix:
os: ['ubuntu-latest', 'windows-latest']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.12', '3.8'] # na partial nam staci nejnovejsi a nejstarsi verze
module: ['datovky', 'dotinfo', 'eufondy', 'iissp', 'czechpoint', 'justice', 'psp', 'steno', 'smlouvy', 'szif', 'zakazky', 'volby', 'udhpsh', 'res', 'ruian', 'ares']
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8cd9d29

Please sign in to comment.