diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 100dcf9..26e732d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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/wipac-dev-py-dependencies-action@v3.0 + - uses: WIPACrepo/wipac-dev-py-dependencies-action@not-too-soon ############################################################################ diff --git a/pyproject.toml b/pyproject.toml index 1ec8594..5b3b7ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 diff --git a/resources/nested/file.txt b/resources/nested/file.txt index 47547cb..43e85a4 100644 --- a/resources/nested/file.txt +++ b/resources/nested/file.txt @@ -32,3 +32,4 @@ hello discovery hello enterprise hello ds9 hello voyager +hello warbird