Skip to content

Commit

Permalink
Test separing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Jan 10, 2024
1 parent 860a1ad commit d70b9b3
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,14 @@ on:
- master

jobs:
test:
uses: biolab/orange-ci-cd/.github/workflows/test-addons.yml@master
normal:
name: Usual
uses: biolab/orange-ci-cd/.github/workflows/test-addons.yml@single-env
dask:
name: Dask
uses: biolab/orange-ci-cd/.github/workflows/test-job.yml@single-env
with:
os: ubuntu-latest
python-version: '3.10'
tox_env: dask
pyqt: '5.15.*'

0 comments on commit d70b9b3

Please sign in to comment.