Skip to content

Commit aab8100

Browse files
Attempt to identify macOS GHA issue - take 1
1 parent c95c86a commit aab8100

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: parallelly
2-
Version: 1.45.0-9000
2+
Version: 1.45.0-9001
33
Title: Enhancing the 'parallel' Package
44
Imports:
55
parallel,

R/utils,cluster.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,10 @@ session_info <- function(pkgs = getOption2("parallelly.makeNodePSOCK.sessionInfo
210210

211211
## Capabilities, etc
212212
capabilities = capabilities(),
213-
l10n = l10n_info(),
213+
# l10n = l10n_info(),
214214

215215
## Build environment
216-
extSoftVersion = extSoftVersion(),
216+
# extSoftVersion = extSoftVersion(),
217217

218218
## Folders
219219
pwd = getwd(),

0 commit comments

Comments
 (0)