Skip to content

Commit

Permalink
style: build.yml name missing step
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman authored and Simon Brugman committed Jun 23, 2021
1 parent 47c4126 commit af2a5e7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
@@ -1,6 +1,3 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: build

on:
Expand Down Expand Up @@ -62,18 +59,16 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .
- name:
- name: Build examples
run: |
cd examples
python synthetic_data.py
python flight_delays.py
- uses: actions/upload-artifact@v2
with:
name: synthetic-report
path: examples/test_data_report.html
if-no-files-found: error

- uses: actions/upload-artifact@v2
with:
name: flight-delays-report
Expand Down

0 comments on commit af2a5e7

Please sign in to comment.