From f391346d4a4caab6e3166861013c0c6d12e56e04 Mon Sep 17 00:00:00 2001 From: Peter Van Dyken Date: Mon, 22 Jan 2024 10:53:57 -0500 Subject: [PATCH] Fix permissions and dependency versions --- .github/workflows/nightly.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 9edea8c5..fcc29c30 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -3,14 +3,6 @@ name: Weekly testing and recalibration of test timings on: schedule: - cron: "5 3 * * 2" - push: - branches: - - '*' - - '!push-action/*' - pull_request: - branches: - - '*' - - '!push-action/*' jobs: @@ -18,6 +10,7 @@ jobs: runs-on: ubuntu-latest permissions: pull-requests: write + contents: write steps: - name: install @@ -76,7 +69,7 @@ jobs: matrix: python-version: ["3.8", "3.9", "3.10", "3.11"] steps: - - uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@feat/flexible-installs + - uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@v0.3.4 id: setup with: python-version: ${{ matrix.python-version }} @@ -102,7 +95,7 @@ jobs: split: ['1', '2', '3', '4', '5'] fail-fast: false steps: - - uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@feat/flexible-installs + - uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@v0.3.4 id: setup with: python-version: ${{ matrix.python-version }}