Skip to content

Commit

Permalink
ci: use not network for spec (#383)
Browse files Browse the repository at this point in the history
Might help with #378.
  • Loading branch information
henryiii authored Jun 16, 2023
1 parent eb8ac93 commit 76d3e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .distro/python-scikit-build-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Suggests: gcc

%check
%pytest \
-m "not isolated"
-m "not network"


%files -n python3-scikit-build-core -f %{pyproject_files}
Expand Down

0 comments on commit 76d3e45

Please sign in to comment.