Skip to content

Commit

Permalink
fix(ci): Removed unnecessary step
Browse files Browse the repository at this point in the history
  • Loading branch information
maxemiliang committed Mar 17, 2024
1 parent de804a4 commit 3452396
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/benchmarker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ jobs:
run: pip install -r requirements.txt
working-directory: ${{ github.workspace }}/shot-benchmarker

- shell: bash
run: echo ${{ inputs.shot_executable }}

# Add the license file to the GAMS installation directory
- name: Setup GAMS License file
if: ${{ inputs.enable_gams }}
Expand All @@ -111,8 +108,8 @@ jobs:
OS_PROJECT_NAME: 'project_2001223'
OS_USER_DOMAIN_NAME: "Default"
OS_PROJECT_DOMAIN_ID: "default"
OS_USERNAME: '${{ secrets.OS_USERNAME }}'
OS_PASSWORD: '${{ secrets.OS_PASSWORD }}'
OS_USERNAME: ${{ secrets.OS_USERNAME }}
OS_PASSWORD: ${{ secrets.OS_PASSWORD }}
OS_REGION_NAME: "regionOne"
OS_INTERFACE: "public"
OS_IDENTITY_API_VERSION: "3"
Expand Down

0 comments on commit 3452396

Please sign in to comment.