Skip to content

Commit

Permalink
Merge branch 'master' into pr/tomahawk360/378-2
Browse files Browse the repository at this point in the history
  • Loading branch information
nchammas committed Dec 13, 2024
2 parents c1d621c + 5a1b681 commit 0d51eb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/flintrock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os:
- ubuntu-20.04
- macos-11
- macos-14
python-version:
# Update the artifact upload steps below if modifying
# this list of Python versions.
Expand All @@ -31,7 +31,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- run: "pip install -r requirements/maintainer.pip"
- run: "pytest"
- run: python -m build
Expand Down

0 comments on commit 0d51eb8

Please sign in to comment.