Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Aug 8, 2024
1 parent c0c93a3 commit 1fa479b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 49 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
strategy:
matrix:
config:
- {os: ubuntu-latest, r: 'release', http-user-agent: 'release'}
- {os: macOS-latest, r: 'release', http-user-agent: 'release'}
- {os: windows-latest, r: 'release', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -32,5 +30,5 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- run: |
Rscript n.R
- name: Setup tmate session
uses: mxschmitt/action-tmate@HEAD
44 changes: 0 additions & 44 deletions n.R

This file was deleted.

0 comments on commit 1fa479b

Please sign in to comment.