Skip to content

Commit

Permalink
Yaml error try again
Browse files Browse the repository at this point in the history
  • Loading branch information
max-hoffman committed May 19, 2021
1 parent 298a9a2 commit ff1fada
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
required: true
env:
package_name: 'kedro_dolt'
python_version: '3.8'


jobs:
Expand All @@ -17,7 +16,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
python-version: [${{ env.python_version }}]
python-version: ['3.8']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ff1fada

Please sign in to comment.