Skip to content

Commit

Permalink
Fixed set framework CI step.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorell committed Aug 30, 2024
1 parent 1e8d4e8 commit cb3e5c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
run: pip install immutables==0.19

- name: Set the framework
if: ${{ matrix.framework != 'NONE' }}
run: echo ${{ matrix.framework }} >> $GITHUB_ENV

- name: Install Flask
Expand Down

0 comments on commit cb3e5c5

Please sign in to comment.