Skip to content

Commit

Permalink
Fix permissions and dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Jan 22, 2024
1 parent 14dcdc8 commit f391346
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,14 @@ name: Weekly testing and recalibration of test timings
on:
schedule:
- cron: "5 3 * * 2"
push:
branches:
- '*'
- '!push-action/*'
pull_request:
branches:
- '*'
- '!push-action/*'

jobs:

calibrate-timings:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write

steps:
- name: install
Expand Down Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit f391346

Please sign in to comment.