Skip to content

Commit

Permalink
Workflow (should work!)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgroot42 committed Jan 12, 2024
1 parent 86f9fe8 commit fed83a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ on:

jobs:
setup-environment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up environment
uses: ./.github/workflows/setup_env.yml
uses: ./.github/workflows/setup_env.yml

build-documentation:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on: [push, pull_request]
jobs:
setup-environment:
uses: ./.github/workflows/setup_env.yml
with:
python-version: '3.9'

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fed83a6

Please sign in to comment.