We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8b7db commit 169910eCopy full SHA for 169910e
2 files changed
.github/workflows/python-package.yml
@@ -45,7 +45,7 @@ jobs:
45
sed -i "s#__version__ = \"100.0.0\"#__version__ = \"${{ env.VERSION_NOPREREL }}\"#g" ${GITHUB_WORKSPACE}/src/mas/devops/__init__.py
46
cat ${GITHUB_WORKSPACE}/src/mas/devops/__init__.py
47
python -m pip install --upgrade pip
48
- pip install -e .[dev]
+ pip install .[dev]
49
python -m pytest
50
51
- name: Lint with flake8
.github/workflows/python-release.yml
@@ -44,7 +44,7 @@ jobs:
44
# 3. Flake8 Linting
0 commit comments