Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bayars committed Jan 24, 2022
1 parent 4e232d1 commit ce5585f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: change directory
working-directory: cloudpanel
run: ls -alh

- name: test directory
run: ls -alh

- name: create poetry home directory
run: mkdir $HOME/poetry
Expand Down
1 change: 1 addition & 0 deletions poetry.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[virtualenvs]
create = true

4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@ requests = "2.25.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[[tool.poetry.source]]
name = 'piwheel'
url = 'https://www.piwheels.org/simple'

0 comments on commit ce5585f

Please sign in to comment.