Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,7 @@ jobs:
py-dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
ref: ${{ github.ref }} # dont lock to sha (action needs to push)
fetch-depth: 0 # setuptools-scm needs to access git tags

- uses: WIPACrepo/[email protected]
- uses: WIPACrepo/wipac-dev-py-dependencies-action@not-too-soon


############################################################################
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta"
[project]
dynamic = ["version"] # do not edit — autogenerated by wipac-dev-py-setup-action
dependencies = [
'numpy',
'pyyaml',
'requests',
]
name = "wipac-dev-actions-testbed" # do not edit — autogenerated by wipac-dev-py-setup-action
Expand Down
1 change: 1 addition & 0 deletions resources/nested/file.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ hello discovery
hello enterprise
hello ds9
hello voyager
hello warbird
Loading