florianschanda / miss_hit

MATLAB Independent, Small & Safe, High Integrity Tools - code formatter and more
GNU General Public License v3.0
160 stars 21 forks source link

typo in the doc? #193

Closed Remi-Gau closed 3 years ago

Remi-Gau commented 3 years ago

I think I had made a typo in the yml for the github action. See below

    - name: Install dependencies
      run: |
        python -m pip install --upgrade pip setuptools
        pip3 install install miss_hit        <---- I think there should be only one "install", right?
florianschanda commented 3 years ago

Indeed - thanks! :)