diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7ab9814..83f1672 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/poetry.toml b/poetry.toml index 3b549d6..c238de8 100644 --- a/poetry.toml +++ b/poetry.toml @@ -1,2 +1,3 @@ [virtualenvs] create = true + diff --git a/pyproject.toml b/pyproject.toml index 8ab9636..4e21c48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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'