Skip to content

Commit

Permalink
Fix path to environment(_pypy).yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinvis committed Oct 14, 2021
1 parent da0015d commit a10b5f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ jobs:
os: ["ubuntu", "macos", "windows"]
include:
- os: ubuntu
environment-file: environment_pypy.yml
environment-file: .github/environment_pypy.yml
miniforge-variant: Mambaforge-pypy3
- os: macos
environment-file: environment.yml
environment-file: .github/environment.yml
miniforge-variant: Mambaforge
- os: windows
environment-file: environment.yml
environment-file: .github/environment.yml
miniforge-variant: Mambaforge
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a10b5f0

Please sign in to comment.