Skip to content

Commit

Permalink
Remove error
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Feb 20, 2024
1 parent ce62920 commit d061588
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/operation-test-with-jupyter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ on:
clone-repo:
type: boolean
default: false
environment-variables:
type: string
description: environment variables to set in the container
default: |
TEST_API_KEY=123
secrets:
api-key:
description: Optional api-key available as os.getenv('API_KEY') in your notebook
Expand All @@ -50,8 +45,6 @@ jobs:
services:
service-under-test:
image: ${{ inputs.image }}
env: |
${{ inputs.environment-variables }}
ports:
- ${{ inputs.port-mapping || format('{0}:{1}', inputs.port, inputs.port) }}

Expand Down

0 comments on commit d061588

Please sign in to comment.