Skip to content

Commit

Permalink
ci: use setup python instead of conda
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Jan 25, 2024
1 parent c51e265 commit fa2c2b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.8"
cache: "pip"
- name: Install dependencies and package
run: pip install -e . mypy
- name: Minimal test, --help should work
Expand Down

0 comments on commit fa2c2b7

Please sign in to comment.