Skip to content

Commit

Permalink
more matrix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Feb 24, 2024
1 parent 85e66da commit a6fc377
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
with:
python-version: 3.x
- name: "Apt Update"
if: ${{ matrix.platform == 'ubuntu-latest' }}
# if: ${{ matrix.platform == 'ubuntu-latest' }}
run: |
sudo apt update -y
- name: "pip install"
run: pip install --upgrade build setuptools twine wheel
- name: "Echo Vars"
run: |
echo matrix.platform: ${{ matrix.platform }}
echo matrix.python: ${{ matrix.python }}
# - name: "Echo Vars"
# run: |
# echo matrix.platform: ${{ matrix.platform }}
# echo matrix.python: ${{ matrix.python }}
- name: Git fetch
run: git fetch --prune --unshallow
- name: Get Branch Name
Expand Down

0 comments on commit a6fc377

Please sign in to comment.