Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenKlaassen committed Jan 7, 2025
1 parent 0be9150 commit cb4bda9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install .
pip install -e .[rdd,dev]
- name: Build package
run: |
pip install wheel
python setup.py sdist bdist_wheel
python -m build
- uses: actions/upload-artifact@v4
with:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8
pip install -r requirements.txt
pip install -r requirements-dev.txt
pip install .
pip install -e .[rdd,dev]
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit cb4bda9

Please sign in to comment.