Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou authored Dec 8, 2023
1 parent 7b1b91d commit 8454d6a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/actions/install-concordia/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ inputs:
default: '3.11'
type: string

concurrency:
group: install-concordia
cancel-in-progress: false

runs:
using: composite
steps:
Expand Down Expand Up @@ -45,7 +41,7 @@ runs:
install-concordia-${{ steps.os-info.outputs.name }}-${{ steps.os-info.outputs.version }}-py${{ inputs.python-version }}-
- name: Install Concordia
# if: steps.restore.outputs.cache-hit != 'true'
if: steps.restore.outputs.cache-hit != 'true'
shell: bash
run: |
pip install --upgrade pip
Expand Down

0 comments on commit 8454d6a

Please sign in to comment.