Skip to content

Commit

Permalink
Fixed steps syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale authored Jan 10, 2024
1 parent bbbd863 commit 790b97c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Build $${{ matrix.python-version }}
- run: pip install --upgrade pip build
- run: pip instal -r requirements/common.txt
- run: python -m build --sdist --wheel
Expand All @@ -26,7 +25,7 @@ jobs:
- run: pip install --user dist/*.tar.gz
- run: pip install --user montepy[test]
- run: pip install --user montepy[doc]
- run: ip freeze
- run: pip freeze
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 790b97c

Please sign in to comment.