Skip to content

Commit

Permalink
checkpoint-kai-1700372725
Browse files Browse the repository at this point in the history
  • Loading branch information
coilysiren committed Nov 19, 2023
1 parent 6cfb0ab commit 4a8448e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@ name: CI/CD

on:
push:
branches: ["main"]
branches:
- main
pull_request:
branches: ["main"]
branches:
- main

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make pyenv-ubuntu
- run: echo "$GITHUB_WORKSPACE/.pyenv/bin:$PATH" >> $GITHUB_PATH
- run: make install
- run: invoke test
2 changes: 0 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ pyenv-ubuntu: ## install pyenv on ubuntu
libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev \
liblzma-dev
curl https://pyenv.run | bash
echo 'export PATH="$$HOME/.pyenv/bin:$$PATH"' >> ~/.bashrc
echo $(PATH)

install: ## install python, and python packages
echo $(PATH)
Expand Down

0 comments on commit 4a8448e

Please sign in to comment.