Skip to content

Commit

Permalink
Merge branch 'main' of github.com:iamgroot42/mimir
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael C. Duan committed Jan 12, 2024
2 parents 83f37e0 + fed83a6 commit 10238ea
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 10238ea

Please sign in to comment.