Skip to content

Commit

Permalink
Merge pull request #582 from ianthomas23/remove_ci_warnings
Browse files Browse the repository at this point in the history
Remove CI warnings
  • Loading branch information
ianthomas23 authored Sep 19, 2023
2 parents 85606c8 + 6028b82 commit 450b682
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Conda Environment
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
cache-downloads: true
environment-file: environment_gcsfs.yaml
environment-name: gcsfs_test
extra-specs: |
python=${{ matrix.python-version }}
create-args: >-
python=${{ matrix.PY }}
- name: Conda info
run: |
Expand All @@ -49,6 +49,8 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]
with:
python-version: "3.11"
- uses: pre-commit/[email protected]

0 comments on commit 450b682

Please sign in to comment.