Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test fork #490

Closed
wants to merge 62 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
6b77144
Create push_to_main.yml
l0uden Feb 7, 2024
7c90a73
Update push_to_main.yml
l0uden Feb 7, 2024
1f463eb
backup
l0uden Feb 7, 2024
09db1d8
back
l0uden Feb 7, 2024
e7a55ef
private email
l0uden Feb 8, 2024
e902763
private email
l0uden Feb 8, 2024
6d7304e
private email
l0uden Feb 8, 2024
700fe76
password
l0uden Feb 8, 2024
bd20e69
pat
l0uden Feb 8, 2024
4b6d64b
-f
l0uden Feb 8, 2024
b0a8ff6
permissions
l0uden Feb 8, 2024
ed22d69
new config
l0uden Feb 8, 2024
e76a541
new config
l0uden Feb 8, 2024
e98dbff
new config
l0uden Feb 8, 2024
9076d9a
new config
l0uden Feb 8, 2024
4a233b9
new config
l0uden Feb 8, 2024
d6f72f6
new config
l0uden Feb 8, 2024
080b8dc
new config
l0uden Feb 8, 2024
b21b28f
version bump after vizro
l0uden Feb 8, 2024
4822b18
version bump after vizro
l0uden Feb 8, 2024
026f807
version bump after vizro
l0uden Feb 8, 2024
c8fe1c8
version bump after vizro
l0uden Feb 8, 2024
13d1d8b
version bump after vizro
l0uden Feb 8, 2024
c8632c0
version bump after vizro
l0uden Feb 8, 2024
2e06a1c
version bump after vizro
l0uden Feb 8, 2024
361cd40
version bump after vizro
l0uden Feb 8, 2024
cf3a471
version bump after vizro
l0uden Feb 8, 2024
e786269
version bump after vizro
l0uden Feb 8, 2024
acc37ed
version bump after vizro
l0uden Feb 8, 2024
d954fa6
version bump after vizro
l0uden Feb 8, 2024
f173df3
version bump after vizro
l0uden Feb 8, 2024
77f3db4
version bump after vizro
l0uden Feb 8, 2024
27dbfbd
version bump after vizro
l0uden Feb 8, 2024
7d82c93
version bump after vizro
l0uden Feb 8, 2024
f2ff219
version bump after vizro
l0uden Feb 8, 2024
ec8ac6b
version bump after vizro
l0uden Feb 8, 2024
e3f2323
without remote
l0uden Feb 8, 2024
838ff91
github_token
l0uden Feb 8, 2024
14b4f15
github_token
l0uden Feb 8, 2024
fcb1472
github_token
l0uden Feb 8, 2024
a3e917d
github_token
l0uden Feb 8, 2024
9f68b99
version bump after vizro
l0uden Feb 8, 2024
949d4a5
version bump after vizro
l0uden Feb 8, 2024
c537f04
version bump after vizro
l0uden Feb 8, 2024
44df5dc
no
l0uden Feb 8, 2024
c2a6cd1
version bump after vizro [no ci]
l0uden Feb 8, 2024
a29c5a4
hatch version
l0uden Feb 19, 2024
5fffd1e
version bump after vizro 0.1.34.dev0
l0uden Feb 19, 2024
7b9fa71
version bump after vizro 0.1.35.dev0
l0uden Feb 19, 2024
d58f23d
version bump after vizro 0.1.36.dev0
l0uden Feb 19, 2024
a203b9a
delete changes
l0uden Apr 8, 2024
b3b0caf
Merge branch 'mckinsey:main' into main
l0uden Apr 8, 2024
27211d3
Merge branch 'mckinsey:main' into main
l0uden May 20, 2024
cd9bc30
Merge branch 'mckinsey:main' into main
l0uden May 21, 2024
c414875
test fork
l0uden May 21, 2024
d98f2d6
change naming
l0uden May 21, 2024
3d8c75f
changes in code
l0uden May 21, 2024
ab16f1d
checkout to prevent error
l0uden May 21, 2024
edd9fe1
new gha
l0uden May 29, 2024
3cf5280
Merge branch 'main' into test_fork
l0uden May 29, 2024
766bb5d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 29, 2024
60f4cff
new gha
l0uden May 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/workflows/test-unit-vizro-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,36 @@ env:
FORCE_COLOR: 1

jobs:
test-unit-vizro-core-fork:
if: github.event.pull_request.head.repo.fork == true
name: test-unit-vizro-core on Py${{ matrix.python-version }} ${{ matrix.label }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- python-version: "3.8"
hatch-env: all.py3.8
- python-version: "3.9"
hatch-env: all.py3.9
- python-version: "3.10"
hatch-env: all.py3.10
- python-version: "3.11"
hatch-env: all.py3.11
- python-version: "3.12"
hatch-env: all.py3.12
- python-version: "3.11"
hatch-env: lower-bounds
label: lower bounds
steps:
- uses: actions/checkout@v4

- name: Passed fork step
run: echo "Success!"

test-unit-vizro-core:
name: test-unit-vizro-core on Py${{ matrix.python-version }} ${{ matrix.label }}
if: github.event.pull_request.head.repo.fork == false

runs-on: ubuntu-latest
strategy:
Expand Down
28 changes: 28 additions & 0 deletions .github/workflows/test_fork.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Test fork

defaults:
run:
working-directory: vizro-core

on:
pull_request:
branches:
- main

env:
PYTHONUNBUFFERED: 1
FORCE_COLOR: 1

jobs:
test-fork:
name: test-fork

runs-on: ubuntu-latest
strategy:
fail-fast: false

steps:
- uses: actions/checkout@v4

- name: Run command
run: echo "Run GHA for fork!"
Loading