Skip to content

Commit

Permalink
chore: PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nj1973 committed Feb 20, 2024
1 parent f5a4840 commit 7a2e70b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.8"]
# python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
uses: ./.github/workflows/test.yml
with:
python-version: ${{ matrix.python-version }}
1 change: 0 additions & 1 deletion src/goe/filesystem/cli_hdfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def __init__(
self._hdfs_host = hdfs_host
self._ssh_user = ssh_user
self._tmp_dir = tmp_dir
self._dry_run = dry_run
self.dfs_mechanism = GOE_DFS_SSH
self.backend_dfs = "HDFS"

Expand Down

0 comments on commit 7a2e70b

Please sign in to comment.