Skip to content

Commit

Permalink
Move workflows to .github directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
sirEven committed Sep 26, 2024
1 parent d97a928 commit 2c2b51a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
4 changes: 1 addition & 3 deletions workflows/main.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ jobs:
run_test_suite_workflow:
uses: ./.github/workflows/test_suite.yml
with:
branch: main
secrets:

branch: main
1 change: 0 additions & 1 deletion workflows/release.yml → .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
uses: ./.github/workflows/test_suite.yml
with:
branch: release
secrets:

setup_poetry_and_publish_to_pypi:
runs-on: ubuntu-latest
Expand Down
5 changes: 0 additions & 5 deletions workflows/test_suite.yml → .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
description: 'The branch to test'
required: true
type: string

secrets:


jobs:
run_test_suite:
Expand All @@ -28,8 +25,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Set environment variables

- name: Install Poetry
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 2c2b51a

Please sign in to comment.