Skip to content

Commit

Permalink
testing on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekvraman committed Oct 5, 2022
1 parent 7b2c06f commit 8a187c8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
run: |
git clone https://github.com/abhishekvraman/Propylean.git
cd Propylean
git checkout dev
python -m build
python -m pip install dist/propylean*.whl
- name: Lint with flake8
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
run: |
git clone https://github.com/abhishekvraman/Propylean.git
cd Propylean
git checkout dev
python -m build
python -m pip install dist/propylean*.whl
- name: Lint with flake8
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
run: |
git clone https://github.com/abhishekvraman/Propylean.git
cd Propylean
git checkout dev
python -m build
python -m pip install dist/propylean*.whl
- name: Lint with flake8
Expand Down

0 comments on commit 8a187c8

Please sign in to comment.