Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
f20043af
Commit
f20043af
authored
Apr 13, 2020
by
Arun Babu Neelicattu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: do not use preview release for workflows
parent
8491b74d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.cirrus.yml
+1
-1
.github/workflows/main.yml
+1
-1
No files found.
.cirrus.yml
View file @
f20043af
...
...
@@ -17,7 +17,7 @@ test_task:
pip_script
:
-
$PYTHON -m ensurepip
-
$PYTHON -m pip install pip -U
-
$PYTHON -m pip install poetry -U
--pre
-
$PYTHON -m pip install poetry -U
-
$PYTHON -m poetry config virtualenvs.in-project
true
deps_script
:
$PYTHON -m poetry install
test_script
:
$PYTHON -m poetry run pytest -q --junitxml=junit.xml tests
...
...
.github/workflows/main.yml
View file @
f20043af
...
...
@@ -42,7 +42,7 @@ jobs:
shell
:
bash
run
:
|
curl -fsS -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
python get-poetry.py -
-preview -
y
python get-poetry.py -y
echo "::set-env name=PATH::$HOME/.poetry/bin:$PATH"
-
name
:
Configure poetry
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment