We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 447a037 commit eb3e3a0Copy full SHA for eb3e3a0
.github/workflows/copilot-setup-steps.yaml
@@ -2,11 +2,10 @@ name: Copilot Agent Setup
2
3
# Configure the environment for GitHub Copilot coding agent
4
# This ensures R is available when the agent works on this repository
5
-# Uses native R installation (containers may cause compatibility issues with Copilot's setup)
+# Installs R using the standard GitHub Actions setup
6
7
on:
8
workflow_dispatch:
9
- workflow_call:
10
11
jobs:
12
copilot-setup-steps:
@@ -39,4 +38,3 @@ jobs:
39
38
40
# Additional steps for the Copilot agent would be invoked here
41
# The agent will have access to R in this environment
42
-
0 commit comments