diff --git a/.github/workflows/notify-new-contribution-agreement.yaml b/.github/workflows/notify-new-contribution-agreement.yaml index 243dfcba..e3fbb96b 100644 --- a/.github/workflows/notify-new-contribution-agreement.yaml +++ b/.github/workflows/notify-new-contribution-agreement.yaml @@ -19,15 +19,18 @@ jobs: with: fetch-depth: 2 # get current and previous commit - - name: 🐍 Set up Python ${{ env.PYTHON_VERSION }} Environment - uses: ocadotechnology/codeforlife-workspace/.github/actions/python/setup-environment@main - with: - checkout: 'false' - python-version: ${{ env.PYTHON_VERSION }} - working-directory: ${{ env.WORKING_DIR }} + - name: Test + run: echo "test $(git --no-pager diff HEAD~1:CONTRIBUTING.md CONTRIBUTING.md)" + + # - name: 🐍 Set up Python ${{ env.PYTHON_VERSION }} Environment + # uses: ocadotechnology/codeforlife-workspace/.github/actions/python/setup-environment@main + # with: + # checkout: 'false' + # python-version: ${{ env.PYTHON_VERSION }} + # working-directory: ${{ env.WORKING_DIR }} - - name: 🏃 Run Script - working-directory: ${{ env.WORKING_DIR }} - run: pipenv run python . - env: - AUTH: ${{ secrets.DOTDIGITAL_API_USER_AUTH }} + # - name: 🏃 Run Script + # working-directory: ${{ env.WORKING_DIR }} + # run: pipenv run python . + # env: + # AUTH: ${{ secrets.DOTDIGITAL_API_USER_AUTH }}