Skip to content

Commit

Permalink
Remove setup.py (#83)
Browse files Browse the repository at this point in the history
* Remove setup.py
  • Loading branch information
sandorkertesz authored Jan 14, 2025
1 parent acca4be commit 88bea01
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 22 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,29 @@ on:
# Trigger the workflow on push to master or develop, except tag creation
push:
branches:
- 'main'
- 'develop'
- "master"
- "develop"
tags-ignore:
- '**'
- "**"
paths-ignore:
- "docs/**"
- "README.md"

# Trigger the workflow on pull request
pull_request:
paths-ignore:
- "docs/**"
- "README.md"

# Trigger the workflow manually
workflow_dispatch:

# Trigger after public PR approved for CI
pull_request_target:
types: [labeled]
paths-ignore:
- "docs/**"
- "README.md"

jobs:
# Run CI including downstream packages on self-hosted runners
Expand All @@ -30,7 +39,6 @@ jobs:
# codecov_upload: true
secrets: inherit


# Build downstream packages on HPC
downstream-ci-hpc:
name: downstream-ci-hpc
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/legacy-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: legacy-ci
on:
push:
branches:
- main
- master
- develop
tags:
- "*"
pull_request:
branches:
- main
- master
- develop
pull_request_target:
types: [labeled]
Expand Down
3 changes: 0 additions & 3 deletions setup.cfg

This file was deleted.

13 changes: 0 additions & 13 deletions setup.py

This file was deleted.

0 comments on commit 88bea01

Please sign in to comment.