Skip to content

Commit

Permalink
Fix names in run mock project workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ubaumann committed Jul 14, 2024
1 parent 98e0112 commit c1f2a59
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/run-mock_project.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
# https://www.ianwootten.co.uk/2020/10/23/publishing-to-pypi-using-github-actions/
name: Publish nuts to PyPI and release on GitHub
name: Run mock project
on: [push, workflow_dispatch]

jobs:
Expand All @@ -18,13 +16,12 @@ jobs:
- name: Build package
run: poetry build


- name: Create and start virtual environment
run: |
python3 -m venv .venv
source .venv/bin/activate
working-directory: tests/mock_project
- name: Build and then publish nuts to PyPI
- name: Install NUTS using wheel
run: pip install ../../dist/nuts*.whl
working-directory: tests/mock_project
- name: Run pytest in mock_project
Expand Down

0 comments on commit c1f2a59

Please sign in to comment.